Html Css Color HEX #E10AA2 Hollywood Cerise

📋 copy color: '#E10AA2'

red 225 ◦ green 10 ◦ blue 162

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

Shades of Hollywood Cerise #E10AA2

Tints of Hollywood Cerise #E10AA2

RGB

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

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

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

R = 56.68%
G = 2.52%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E10AA2 (or 0xE10AA2) is known color: Hollywood Cerise. HEX triplet: E1, 0A and A2. RGB value is (225,10,162). Sum of RGB (Red+Green+Blue) = 225+10+162=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10AA2 is #1EF55D. Grayscale: #5B5B5B. Windows color (decimal): -2028894 or 10619617. OLE color: 10619617.

HSL color Cylindrical-coordinate representation of color #E10AA2: hue angle of 317.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AA2 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 10 162 -
CMYK 0 0.96 0.28 0.12
HSL 317.58º 0.91% 0.46% -
HSV(B) 317.58º 0.96% 0.88% -
XYZ 37.68 18.83 35.83 -
YUV 91.61 167.73 223.14 -
System Red Green Blue C M Y K H S L
Decimal 225 10 162 0 0.96 0.28 0.12 317.58 0.91 0.46
Hex E1 A A2 0 60 1C C 13E 5B 2E
Octal 341 12 242 0 140 34 14 476 133 56
Binary 11100001 1010 10100010 0 1100000 11100 1100 100111110 1011011 101110

Color Harmonies of #E10AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AA2

Black with #E10AA2

Text Example


Text Example

White with #E10AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AA2; }

 p { color: rgb(225,10,162); }

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

background-color css

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

 a { background-color: rgb(225,10,162); }

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

border-color css

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

 span { border-color: rgb(225,10,162); }

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