Html Css Color HEX #E10299 Hollywood Cerise

📋 copy color: '#E10299'

red 225 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #E10299

Tints of Hollywood Cerise #E10299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 59.21%
G = 0.53%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E10299 (or 0xE10299) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 99. RGB value is (225,2,153). Sum of RGB (Red+Green+Blue) = 225+2+153=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E10299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10299 is #1EFD66. Grayscale: #555555. Windows color (decimal): -2030951 or 10027745. OLE color: 10027745.

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

Color convert

RGB 225 2 153 -
CMYK 0 0.99 0.32 0.12
HSL 319.37º 0.98% 0.45% -
HSV(B) 319.37º 0.99% 0.88% -
XYZ 36.82 18.35 31.74 -
YUV 85.89 165.88 227.22 -
System Red Green Blue C M Y K H S L
Decimal 225 2 153 0 0.99 0.32 0.12 319.37 0.98 0.45
Hex E1 2 99 0 63 20 C 13F 62 2D
Octal 341 2 231 0 143 40 14 477 142 55
Binary 11100001 10 10011001 0 1100011 100000 1100 100111111 1100010 101101

Color Harmonies of #E10299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10299

Black with #E10299

Text Example


Text Example

White with #E10299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10299; }

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

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

background-color css

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

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

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

border-color css

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

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

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