Html Css Color HEX #E1159F Hollywood Cerise

📋 copy color: '#E1159F'

red 225 ◦ green 21 ◦ blue 159

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

Shades of Hollywood Cerise #E1159F

Tints of Hollywood Cerise #E1159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 55.56%
G = 5.19%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1159F (or 0xE1159F) is known color: Hollywood Cerise. HEX triplet: E1, 15 and 9F. RGB value is (225,21,159). Sum of RGB (Red+Green+Blue) = 225+21+159=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1159F is #1EEA60. Grayscale: #616161. Windows color (decimal): -2026081 or 10425825. OLE color: 10425825.

HSL color Cylindrical-coordinate representation of color #E1159F: hue angle of 319.41º 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 #E1159F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 159 -
CMYK 0 0.91 0.29 0.12
HSL 319.41º 0.83% 0.48% -
HSV(B) 319.41º 0.91% 0.88% -
XYZ 37.58 19.05 34.5 -
YUV 97.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 225 21 159 0 0.91 0.29 0.12 319.41 0.83 0.48
Hex E1 15 9F 0 5B 1D C 13F 53 30
Octal 341 25 237 0 133 35 14 477 123 60
Binary 11100001 10101 10011111 0 1011011 11101 1100 100111111 1010011 110000

Color Harmonies of #E1159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1159F

Black with #E1159F

Text Example


Text Example

White with #E1159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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