Html Css Color HEX #E20EAC Hollywood Cerise

📋 copy color: '#E20EAC'

red 226 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E20EAC

Tints of Hollywood Cerise #E20EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.4%

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 54.85%
G = 3.4%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E20EAC (or 0xE20EAC) is known color: Hollywood Cerise. HEX triplet: E2, 0E and AC. RGB value is (226,14,172). Sum of RGB (Red+Green+Blue) = 226+14+172=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20EAC is #1DF153. Grayscale: #5E5E5E. Windows color (decimal): -1962324 or 11276002. OLE color: 11276002.

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

Color convert

RGB 226 14 172 -
CMYK 0 0.94 0.24 0.11
HSL 315.28º 0.88% 0.47% -
HSV(B) 315.28º 0.94% 0.89% -
XYZ 38.97 19.46 40.73 -
YUV 95.4 171.24 221.15 -
System Red Green Blue C M Y K H S L
Decimal 226 14 172 0 0.94 0.24 0.11 315.28 0.88 0.47
Hex E2 E AC 0 5E 18 B 13B 58 2F
Octal 342 16 254 0 136 30 13 473 130 57
Binary 11100010 1110 10101100 0 1011110 11000 1011 100111011 1011000 101111

Color Harmonies of #E20EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20EAC

Black with #E20EAC

Text Example


Text Example

White with #E20EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20EAC; }

 p { color: rgb(226,14,172); }

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

background-color css

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

 a { background-color: rgb(226,14,172); }

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

border-color css

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

 span { border-color: rgb(226,14,172); }

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