Html Css Color HEX #E04F92 Dark Pink

📋 copy color: '#E04F92'

red 224 ◦ green 79 ◦ blue 146

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

Shades of Dark Pink #E04F92

Tints of Dark Pink #E04F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 49.89%
G = 17.59%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E04F92 (or 0xE04F92) is known color: Dark Pink. HEX triplet: E0, 4F and 92. RGB value is (224,79,146). Sum of RGB (Red+Green+Blue) = 224+79+146=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F92 is #1FB06D. Grayscale: #818181. Windows color (decimal): -2076782 or 9588704. OLE color: 9588704.

HSL color Cylindrical-coordinate representation of color #E04F92: hue angle of 332.28º 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 #E04F92 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 146 -
CMYK 0 0.65 0.35 0.12
HSL 332.28º 0.7% 0.59% -
HSV(B) 332.28º 0.65% 0.88% -
XYZ 38.72 23.51 29.69 -
YUV 129.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 224 79 146 0 0.65 0.35 0.12 332.28 0.7 0.59
Hex E0 4F 92 0 41 23 C 14C 46 3B
Octal 340 117 222 0 101 43 14 514 106 73
Binary 11100000 1001111 10010010 0 1000001 100011 1100 101001100 1000110 111011

Color Harmonies of #E04F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F92

Black with #E04F92

Text Example


Text Example

White with #E04F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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