COLOR #E00F65

HEX: #E00F65
RGB: (224,15,101)

Color info

#E00F65 contains mainly red color. Web safe color of #E00F65 is #CC0066 (or #C06).

RGB color model

#E00F65 color RGB value is (224,15,101).

  • red value is 224;
  • green value is 15;
  • blue value is 101.
RGB:
(224,15,101)
(88%,6%,40%)

RGB channels and saturation

R 224 of 255 = 88%
G 15 of 255 = 6%
B 101 of 255 = 40%

224
15
101

R + G + B ~ 45%. #E00F65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 15 + 101 = 340 (100%)
R 224 of 340 ~ 65.88%
G 15 of 340 ~ 4.41%
B 101 of 340 ~ 29.71%

%65.88
%29.71

CMYK color model

#E00F65 color CMYK value is (0,93,55,12).

  • cyan value is 0.00%
  • magenta value is 93.30%
  • yellow value is 54.91%
  • key color value is 12.16%
CMYK:
(0,93,55,12)
C0M93Y55K12 
(0%,93%,55%,12%)
(0.00/0.93/0.55/0.12)	

CMYK percentages

%0
%93.3
%54.91
%12.16

Codes

Color #E00F65 in popluar color models

E00F65
RGB22415101
HSL335°87.45%46.86%
HSB/HSV335°93.30%87.84%
CMYK0.00%93.30%54.91%
12.16%

Color #E00F65 in popluar number systems.

HEXE00F65
Decimal22415101
Binary1110000011111100101
Octal34017145

Shades and tints

Shades of #E00F65

#E00F65
(224,15,101)
#CC0E5C
(204,14,92)
#B80D53
(184,13,83)
#A40C4A
(164,12,74)
#900B41
(144,11,65)
#7C0A38
(124,10,56)
#68092F
(104,9,47)
#540826
(84,8,38)
#40071D
(64,7,29)
#2C0614
(44,6,20)
#18050B
(24,5,11)
#000000
(0,0,0)

Tints of #E00F65

#E00F65
(224,15,101)
#E22473
(226,36,115)
#E43981
(228,57,129)
#E64E8F
(230,78,143)
#E8639D
(232,99,157)
#EA78AB
(234,120,171)
#EC8DB9
(236,141,185)
#EEA2C7
(238,162,199)
#F0B7D5
(240,183,213)
#F2CCE3
(242,204,227)
#F4E1F1
(244,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E00F65 color. Also use rgb(224,15,101) instead hex code.

Text Font Color

.myTextColor { color: #E00F65; }

<p style="color:#E00F65">This sample text font color is #E00F65.</p>

This text font color is #E00F65.


Background Color

.myBgColor { background-color: #E00F65; }

<div style="background-color:#E00F65">Inner text</div>

This div background color is #E00F65.


Border color

.myBorderColor { border: 1px solid #E00F65; }

<div style="border:3px solid #E00F65">Div</div>

This div border color is #E00F65.


Opacity

.myOpacity80 { color: #E00F65; opacity: 0.8; }

<p style="color:#E00F65;opacity:0.8;">80%</p>

Text with #E00F65 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E00F65;}

<p style="text-shadow: 3px 3px 1px #E00F65">Text here.</p>

This text has shadow with #E00F65 color.

.textShadow {text-shadow: 3px 3px 1px #E00F65, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E00F65, 5px 5px 20px red">Text here.</p>

This text has shadow with #E00F65 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E00F65, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E00F65, Direction=45, Strength=4)">Text</p>

This text has shadow with #E00F65 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E00F65;
  -webkit-box-shadow:	1px 1px 3px 2px #E00F65;
  box-shadow:		1px 1px 3px 2px #E00F65;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E00F65;
-webkit-box-shadow: 1px 1px 3px 2px #E00F65;
box-shadow:1px 1px 3px 2px #E00F65;">
Div content here</div>
This div box has shadow with color #E00F65.

Preview

Color preview on black background

This text has color #E00F65 on black background.


Color preview on white background

This text has color #E00F65 on white background.



Black color preview on #E00F65 background

This text has black color on #E00F65 background.


White color preview on #E00F65 background

This text has white color on #E00F65 background.