Html Css Color HEX #E119A2 Hollywood Cerise

📋 copy color: '#E119A2'

red 225 ◦ green 25 ◦ blue 162

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

Shades of Hollywood Cerise #E119A2

Tints of Hollywood Cerise #E119A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.07%

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

R = 54.61%
G = 6.07%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E119A2 (or 0xE119A2) is known color: Hollywood Cerise. HEX triplet: E1, 19 and A2. RGB value is (225,25,162). Sum of RGB (Red+Green+Blue) = 225+25+162=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E119A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E119A2 is #1EE65D. Grayscale: #646464. Windows color (decimal): -2025054 or 10623457. OLE color: 10623457.

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

Color convert

RGB 225 25 162 -
CMYK 0 0.89 0.28 0.12
HSL 318.9º 0.8% 0.49% -
HSV(B) 318.9º 0.89% 0.88% -
XYZ 37.92 19.31 35.91 -
YUV 100.42 162.76 216.86 -
System Red Green Blue C M Y K H S L
Decimal 225 25 162 0 0.89 0.28 0.12 318.9 0.8 0.49
Hex E1 19 A2 0 59 1C C 13F 50 31
Octal 341 31 242 0 131 34 14 477 120 61
Binary 11100001 11001 10100010 0 1011001 11100 1100 100111111 1010000 110001

Color Harmonies of #E119A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119A2

Black with #E119A2

Text Example


Text Example

White with #E119A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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