Html Css Color HEX #E10199 Hollywood Cerise

📋 copy color: '#E10199'

red 225 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #E10199

Tints of Hollywood Cerise #E10199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 59.37%
G = 0.26%
B = 40.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E10199 (or 0xE10199) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 99. RGB value is (225,1,153). Sum of RGB (Red+Green+Blue) = 225+1+153=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10199 is #1EFE66. Grayscale: #545454. Windows color (decimal): -2031207 or 10027489. OLE color: 10027489.

HSL color Cylindrical-coordinate representation of color #E10199: hue angle of 319.29º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10199 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 153 -
CMYK 0 1.00 0.32 0.12
HSL 319.29º 0.99% 0.44% -
HSV(B) 319.29º 1% 0.88% -
XYZ 36.81 18.33 31.73 -
YUV 85.3 166.21 227.64 -
System Red Green Blue C M Y K H S L
Decimal 225 1 153 0 1.00 0.32 0.12 319.29 0.99 0.44
Hex E1 1 99 0 64 20 C 13F 63 2C
Octal 341 1 231 0 144 40 14 477 143 54
Binary 11100001 1 10011001 0 1100100 100000 1100 100111111 1100011 101100

Color Harmonies of #E10199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10199

Black with #E10199

Text Example


Text Example

White with #E10199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10199; }

 p { color: rgb(225,1,153); }

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

background-color css

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

 a { background-color: rgb(225,1,153); }

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

border-color css

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

 span { border-color: rgb(225,1,153); }

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