Html Css Color HEX #E40CAA Hollywood Cerise

📋 copy color: '#E40CAA'

red 228 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #E40CAA

Tints of Hollywood Cerise #E40CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 55.61%
G = 2.93%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E40CAA (or 0xE40CAA) is known color: Hollywood Cerise. HEX triplet: E4, 0C and AA. RGB value is (228,12,170). Sum of RGB (Red+Green+Blue) = 228+12+170=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40CAA is #1BF355. Grayscale: #5E5E5E. Windows color (decimal): -1831766 or 11144420. OLE color: 11144420.

HSL color Cylindrical-coordinate representation of color #E40CAA: hue angle of 316.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CAA is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 12 170 -
CMYK 0 0.95 0.25 0.11
HSL 316.11º 0.9% 0.47% -
HSV(B) 316.11º 0.95% 0.89% -
XYZ 39.38 19.66 39.75 -
YUV 94.6 170.56 223.15 -
System Red Green Blue C M Y K H S L
Decimal 228 12 170 0 0.95 0.25 0.11 316.11 0.9 0.47
Hex E4 C AA 0 5F 19 B 13C 5A 2F
Octal 344 14 252 0 137 31 13 474 132 57
Binary 11100100 1100 10101010 0 1011111 11001 1011 100111100 1011010 101111

Color Harmonies of #E40CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CAA

Black with #E40CAA

Text Example


Text Example

White with #E40CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CAA; }

 p { color: rgb(228,12,170); }

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

background-color css

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

 a { background-color: rgb(228,12,170); }

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

border-color css

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

 span { border-color: rgb(228,12,170); }

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