Html Css Color HEX #E402AA Hollywood Cerise

📋 copy color: '#E402AA'

red 228 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #E402AA

Tints of Hollywood Cerise #E402AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 57%
G = 0.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E402AA (or 0xE402AA) is known color: Hollywood Cerise. HEX triplet: E4, 02 and AA. RGB value is (228,2,170). Sum of RGB (Red+Green+Blue) = 228+2+170=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E402AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E402AA is #1BFD55. Grayscale: #585858. Windows color (decimal): -1834326 or 11141860. OLE color: 11141860.

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

Color convert

RGB 228 2 170 -
CMYK 0 0.99 0.25 0.11
HSL 315.4º 0.98% 0.45% -
HSV(B) 315.4º 0.99% 0.89% -
XYZ 39.27 19.44 39.71 -
YUV 88.73 173.87 227.34 -
System Red Green Blue C M Y K H S L
Decimal 228 2 170 0 0.99 0.25 0.11 315.4 0.98 0.45
Hex E4 2 AA 0 63 19 B 13B 62 2D
Octal 344 2 252 0 143 31 13 473 142 55
Binary 11100100 10 10101010 0 1100011 11001 1011 100111011 1100010 101101

Color Harmonies of #E402AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402AA

Black with #E402AA

Text Example


Text Example

White with #E402AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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