Html Css Color HEX #E20FAC Hollywood Cerise

📋 copy color: '#E20FAC'

red 226 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #E20FAC

Tints of Hollywood Cerise #E20FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.63%

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

R = 54.72%
G = 3.63%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E20FAC (or 0xE20FAC) is known color: Hollywood Cerise. HEX triplet: E2, 0F and AC. RGB value is (226,15,172). Sum of RGB (Red+Green+Blue) = 226+15+172=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20FAC is #1DF053. Grayscale: #5F5F5F. Windows color (decimal): -1962068 or 11276258. OLE color: 11276258.

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

Color convert

RGB 226 15 172 -
CMYK 0 0.93 0.24 0.11
HSL 315.36º 0.88% 0.47% -
HSV(B) 315.36º 0.93% 0.89% -
XYZ 38.98 19.49 40.74 -
YUV 95.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 226 15 172 0 0.93 0.24 0.11 315.36 0.88 0.47
Hex E2 F AC 0 5D 18 B 13B 58 2F
Octal 342 17 254 0 135 30 13 473 130 57
Binary 11100010 1111 10101100 0 1011101 11000 1011 100111011 1011000 101111

Color Harmonies of #E20FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FAC

Black with #E20FAC

Text Example


Text Example

White with #E20FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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