Html Css Color HEX #E40594 Hollywood Cerise

📋 copy color: '#E40594'

red 228 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #E40594

Tints of Hollywood Cerise #E40594

RGB

 RED value IS 228 (89.45% from 255) = 59.84%

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 59.84%
G = 1.31%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E40594 (or 0xE40594) is known color: Hollywood Cerise. HEX triplet: E4, 05 and 94. RGB value is (228,5,148). Sum of RGB (Red+Green+Blue) = 228+5+148=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E40594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40594 is #1BFA6B. Grayscale: #575757. Windows color (decimal): -1833580 or 9700836. OLE color: 9700836.

HSL color Cylindrical-coordinate representation of color #E40594: hue angle of 321.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40594 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 148 -
CMYK 0 0.98 0.35 0.11
HSL 321.52º 0.96% 0.46% -
HSV(B) 321.52º 0.98% 0.89% -
XYZ 37.39 18.74 29.66 -
YUV 87.98 161.88 227.87 -
System Red Green Blue C M Y K H S L
Decimal 228 5 148 0 0.98 0.35 0.11 321.52 0.96 0.46
Hex E4 5 94 0 62 23 B 142 60 2E
Octal 344 5 224 0 142 43 13 502 140 56
Binary 11100100 101 10010100 0 1100010 100011 1011 101000010 1100000 101110

Color Harmonies of #E40594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40594

Black with #E40594

Text Example


Text Example

White with #E40594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40594; }

 p { color: rgb(228,5,148); }

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

background-color css

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

 a { background-color: rgb(228,5,148); }

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

border-color css

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

 span { border-color: rgb(228,5,148); }

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