Html Css Color HEX #E1189B Hollywood Cerise

📋 copy color: '#E1189B'

red 225 ◦ green 24 ◦ blue 155

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

Shades of Hollywood Cerise #E1189B

Tints of Hollywood Cerise #E1189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 55.69%
G = 5.94%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1189B (or 0xE1189B) is known color: Hollywood Cerise. HEX triplet: E1, 18 and 9B. RGB value is (225,24,155). Sum of RGB (Red+Green+Blue) = 225+24+155=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1189B is #1EE764. Grayscale: #626262. Windows color (decimal): -2025317 or 10164449. OLE color: 10164449.

HSL color Cylindrical-coordinate representation of color #E1189B: hue angle of 320.9º degrees, saturation: 0.81, 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 #E1189B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 155 -
CMYK 0 0.89 0.31 0.12
HSL 320.9º 0.81% 0.49% -
HSV(B) 320.9º 0.89% 0.88% -
XYZ 37.29 19.03 32.72 -
YUV 99.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 225 24 155 0 0.89 0.31 0.12 320.9 0.81 0.49
Hex E1 18 9B 0 59 1F C 141 51 31
Octal 341 30 233 0 131 37 14 501 121 61
Binary 11100001 11000 10011011 0 1011001 11111 1100 101000001 1010001 110001

Color Harmonies of #E1189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1189B

Black with #E1189B

Text Example


Text Example

White with #E1189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1189B; }

 p { color: rgb(225,24,155); }

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

background-color css

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

 a { background-color: rgb(225,24,155); }

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

border-color css

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

 span { border-color: rgb(225,24,155); }

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