Html Css Color HEX #E10288 Hollywood Cerise

📋 copy color: '#E10288'

red 225 ◦ green 2 ◦ blue 136

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

Shades of Hollywood Cerise #E10288

Tints of Hollywood Cerise #E10288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 61.98%
G = 0.55%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E10288 (or 0xE10288) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 88. RGB value is (225,2,136). Sum of RGB (Red+Green+Blue) = 225+2+136=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E10288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10288 is #1EFD77. Grayscale: #535353. Windows color (decimal): -2030968 or 8913633. OLE color: 8913633.

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

Color convert

RGB 225 2 136 -
CMYK 0 0.99 0.40 0.12
HSL 323.95º 0.98% 0.45% -
HSV(B) 323.95º 0.99% 0.88% -
XYZ 35.52 17.83 24.86 -
YUV 83.95 157.38 228.6 -
System Red Green Blue C M Y K H S L
Decimal 225 2 136 0 0.99 0.40 0.12 323.95 0.98 0.45
Hex E1 2 88 0 63 28 C 144 62 2D
Octal 341 2 210 0 143 50 14 504 142 55
Binary 11100001 10 10001000 0 1100011 101000 1100 101000100 1100010 101101

Color Harmonies of #E10288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10288

Black with #E10288

Text Example


Text Example

White with #E10288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10288; }

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

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

background-color css

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

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

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

border-color css

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

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

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