Html Css Color HEX #E04886 Dark Pink

📋 copy color: '#E04886'

red 224 ◦ green 72 ◦ blue 134

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

Shades of Dark Pink #E04886

Tints of Dark Pink #E04886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 52.09%
G = 16.74%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E04886 (or 0xE04886) is known color: Dark Pink. HEX triplet: E0, 48 and 86. RGB value is (224,72,134). Sum of RGB (Red+Green+Blue) = 224+72+134=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E04886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04886 is #1FB779. Grayscale: #7C7C7C. Windows color (decimal): -2078586 or 8800480. OLE color: 8800480.

HSL color Cylindrical-coordinate representation of color #E04886: hue angle of 335.53º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04886 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 134 -
CMYK 0 0.68 0.40 0.12
HSL 335.53º 0.71% 0.58% -
HSV(B) 335.53º 0.68% 0.88% -
XYZ 37.36 22.2 24.87 -
YUV 124.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 224 72 134 0 0.68 0.40 0.12 335.53 0.71 0.58
Hex E0 48 86 0 44 28 C 150 47 3A
Octal 340 110 206 0 104 50 14 520 107 72
Binary 11100000 1001000 10000110 0 1000100 101000 1100 101010000 1000111 111010

Color Harmonies of #E04886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04886

Black with #E04886

Text Example


Text Example

White with #E04886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04886; }

 p { color: rgb(224,72,134); }

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

background-color css

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

 a { background-color: rgb(224,72,134); }

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

border-color css

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

 span { border-color: rgb(224,72,134); }

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