Html Css Color HEX #E405A2 Hollywood Cerise

📋 copy color: '#E405A2'

red 228 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #E405A2

Tints of Hollywood Cerise #E405A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 57.72%
G = 1.27%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E405A2 (or 0xE405A2) is known color: Hollywood Cerise. HEX triplet: E4, 05 and A2. RGB value is (228,5,162). Sum of RGB (Red+Green+Blue) = 228+5+162=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E405A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405A2 is #1BFA5D. Grayscale: #595959. Windows color (decimal): -1833566 or 10618340. OLE color: 10618340.

HSL color Cylindrical-coordinate representation of color #E405A2: hue angle of 317.76º 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 #E405A2 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 162 -
CMYK 0 0.98 0.29 0.11
HSL 317.76º 0.96% 0.46% -
HSV(B) 317.76º 0.98% 0.89% -
XYZ 38.57 19.21 35.86 -
YUV 89.58 168.88 226.73 -
System Red Green Blue C M Y K H S L
Decimal 228 5 162 0 0.98 0.29 0.11 317.76 0.96 0.46
Hex E4 5 A2 0 62 1D B 13E 60 2E
Octal 344 5 242 0 142 35 13 476 140 56
Binary 11100100 101 10100010 0 1100010 11101 1011 100111110 1100000 101110

Color Harmonies of #E405A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E405A2

Black with #E405A2

Text Example


Text Example

White with #E405A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E405A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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