Html Css Color HEX #E20CA2 Hollywood Cerise

📋 copy color: '#E20CA2'

red 226 ◦ green 12 ◦ blue 162

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

Shades of Hollywood Cerise #E20CA2

Tints of Hollywood Cerise #E20CA2

RGB

 RED value IS 226 (88.67% from 255) = 56.5%

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

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

R = 56.5%
G = 3%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E20CA2 (or 0xE20CA2) is known color: Hollywood Cerise. HEX triplet: E2, 0C and A2. RGB value is (226,12,162). Sum of RGB (Red+Green+Blue) = 226+12+162=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20CA2 is #1DF35D. Grayscale: #5C5C5C. Windows color (decimal): -1962846 or 10620130. OLE color: 10620130.

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

Color convert

RGB 226 12 162 -
CMYK 0 0.95 0.28 0.11
HSL 317.94º 0.9% 0.47% -
HSV(B) 317.94º 0.95% 0.89% -
XYZ 38.02 19.04 35.85 -
YUV 93.09 166.9 222.8 -
System Red Green Blue C M Y K H S L
Decimal 226 12 162 0 0.95 0.28 0.11 317.94 0.9 0.47
Hex E2 C A2 0 5F 1C B 13E 5A 2F
Octal 342 14 242 0 137 34 13 476 132 57
Binary 11100010 1100 10100010 0 1011111 11100 1011 100111110 1011010 101111

Color Harmonies of #E20CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CA2

Black with #E20CA2

Text Example


Text Example

White with #E20CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CA2; }

 p { color: rgb(226,12,162); }

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

background-color css

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

 a { background-color: rgb(226,12,162); }

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

border-color css

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

 span { border-color: rgb(226,12,162); }

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