Html Css Color HEX #E20AAF Hollywood Cerise

📋 copy color: '#E20AAF'

red 226 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #E20AAF

Tints of Hollywood Cerise #E20AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 54.99%
G = 2.43%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E20AAF (or 0xE20AAF) is known color: Hollywood Cerise. HEX triplet: E2, 0A and AF. RGB value is (226,10,175). Sum of RGB (Red+Green+Blue) = 226+10+175=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E20AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20AAF is #1DF550. Grayscale: #5C5C5C. Windows color (decimal): -1963345 or 11471586. OLE color: 11471586.

HSL color Cylindrical-coordinate representation of color #E20AAF: hue angle of 314.17º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20AAF is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 175 -
CMYK 0 0.96 0.23 0.11
HSL 314.17º 0.92% 0.46% -
HSV(B) 314.17º 0.96% 0.89% -
XYZ 39.21 19.48 42.25 -
YUV 93.39 174.06 222.58 -
System Red Green Blue C M Y K H S L
Decimal 226 10 175 0 0.96 0.23 0.11 314.17 0.92 0.46
Hex E2 A AF 0 60 17 B 13A 5C 2E
Octal 342 12 257 0 140 27 13 472 134 56
Binary 11100010 1010 10101111 0 1100000 10111 1011 100111010 1011100 101110

Color Harmonies of #E20AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20AAF

Black with #E20AAF

Text Example


Text Example

White with #E20AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20AAF; }

 p { color: rgb(226,10,175); }

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

background-color css

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

 a { background-color: rgb(226,10,175); }

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

border-color css

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

 span { border-color: rgb(226,10,175); }

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