Html Css Color HEX #E1159B Hollywood Cerise

📋 copy color: '#E1159B'

red 225 ◦ green 21 ◦ blue 155

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

Shades of Hollywood Cerise #E1159B

Tints of Hollywood Cerise #E1159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

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

R = 56.11%
G = 5.24%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1159B (or 0xE1159B) is known color: Hollywood Cerise. HEX triplet: E1, 15 and 9B. RGB value is (225,21,155). Sum of RGB (Red+Green+Blue) = 225+21+155=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1159B is #1EEA64. Grayscale: #606060. Windows color (decimal): -2026085 or 10163681. OLE color: 10163681.

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

Color convert

RGB 225 21 155 -
CMYK 0 0.91 0.31 0.12
HSL 320.59º 0.83% 0.48% -
HSV(B) 320.59º 0.91% 0.88% -
XYZ 37.24 18.91 32.7 -
YUV 97.27 160.59 219.1 -
System Red Green Blue C M Y K H S L
Decimal 225 21 155 0 0.91 0.31 0.12 320.59 0.83 0.48
Hex E1 15 9B 0 5B 1F C 141 53 30
Octal 341 25 233 0 133 37 14 501 123 60
Binary 11100001 10101 10011011 0 1011011 11111 1100 101000001 1010011 110000

Color Harmonies of #E1159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1159B

Black with #E1159B

Text Example


Text Example

White with #E1159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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