Html Css Color HEX #E04F8E Dark Pink

📋 copy color: '#E04F8E'

red 224 ◦ green 79 ◦ blue 142

#E04F8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E04F8E

Tints of Dark Pink #E04F8E

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 79 (31.25% from 255) = 17.75%

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 50.34%
G = 17.75%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E04F8E (or 0xE04F8E) is known color: Dark Pink. HEX triplet: E0, 4F and 8E. RGB value is (224,79,142). Sum of RGB (Red+Green+Blue) = 224+79+142=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F8E is #1FB071. Grayscale: #818181. Windows color (decimal): -2076786 or 9326560. OLE color: 9326560.

HSL color Cylindrical-coordinate representation of color #E04F8E: hue angle of 333.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F8E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 142 -
CMYK 0 0.65 0.37 0.12
HSL 333.93º 0.7% 0.59% -
HSV(B) 333.93º 0.65% 0.88% -
XYZ 38.42 23.39 28.08 -
YUV 129.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 224 79 142 0 0.65 0.37 0.12 333.93 0.7 0.59
Hex E0 4F 8E 0 41 25 C 14E 46 3B
Octal 340 117 216 0 101 45 14 516 106 73
Binary 11100000 1001111 10001110 0 1000001 100101 1100 101001110 1000110 111011

Color Harmonies of #E04F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F8E

Black with #E04F8E

Text Example


Text Example

White with #E04F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F8E; }

 p { color: rgb(224,79,142); }

 H1.HeaderClassName
 {
   color: #E04F8E;
 }
 .AnyTagClassName
 {
   color: #E04F8E;
 }
</style>

background-color css

<style>
 a { background-color: #E04F8E; }

 a { background-color: rgb(224,79,142); }

 div.DivClassName
 {
   background-color: #E04F8E;
 }
 .BgClassName
 {
   background-color: #E04F8E;
 }
</style>

border-color css

<style>
 span { border-color: #E04F8E; }

 span { border-color: rgb(224,79,142); }

 td.TdClassName
 {
   border-color: #E04F8E;
 }
 .TagClassName
 {
   border-color: #E04F8E;
 }
</style>