Html Css Color HEX #E102AA Hollywood Cerise

📋 copy color: '#E102AA'

red 225 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #E102AA

Tints of Hollywood Cerise #E102AA

RGB

 RED value IS 225 (88.28% from 255) = 56.68%

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 56.68%
G = 0.5%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E102AA (or 0xE102AA) is known color: Hollywood Cerise. HEX triplet: E1, 02 and AA. RGB value is (225,2,170). Sum of RGB (Red+Green+Blue) = 225+2+170=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E102AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E102AA is #1EFD55. Grayscale: #575757. Windows color (decimal): -2030934 or 11141857. OLE color: 11141857.

HSL color Cylindrical-coordinate representation of color #E102AA: hue angle of 314.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102AA is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 170 -
CMYK 0 0.99 0.24 0.12
HSL 314.8º 0.98% 0.45% -
HSV(B) 314.8º 0.99% 0.88% -
XYZ 38.33 18.95 39.67 -
YUV 87.83 174.38 225.84 -
System Red Green Blue C M Y K H S L
Decimal 225 2 170 0 0.99 0.24 0.12 314.8 0.98 0.45
Hex E1 2 AA 0 63 18 C 13B 62 2D
Octal 341 2 252 0 143 30 14 473 142 55
Binary 11100001 10 10101010 0 1100011 11000 1100 100111011 1100010 101101

Color Harmonies of #E102AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102AA

Black with #E102AA

Text Example


Text Example

White with #E102AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102AA; }

 p { color: rgb(225,2,170); }

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

background-color css

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

 a { background-color: rgb(225,2,170); }

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

border-color css

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

 span { border-color: rgb(225,2,170); }

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