Html Css Color HEX #E10086 Hollywood Cerise

📋 copy color: '#E10086'

red 225 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #E10086

Tints of Hollywood Cerise #E10086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 62.67%
G = 0%
B = 37.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E10086 (or 0xE10086) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 86. RGB value is (225,0,134). Sum of RGB (Red+Green+Blue) = 225+0+134=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E10086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10086 is #1EFF79. Grayscale: #525252. Windows color (decimal): -2031482 or 8782049. OLE color: 8782049.

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

Color convert

RGB 225 0 134 -
CMYK 0 1 0.40 0.12
HSL 324.27º 1% 0.44% -
HSV(B) 324.27º 1% 0.88% -
XYZ 35.35 17.73 24.11 -
YUV 82.55 157.04 229.6 -
System Red Green Blue C M Y K H S L
Decimal 225 0 134 0 1 0.40 0.12 324.27 1 0.44
Hex E1 0 86 0 64 28 C 144 64 2C
Octal 341 0 206 0 144 50 14 504 144 54
Binary 11100001 0 10000110 0 1100100 101000 1100 101000100 1100100 101100

Color Harmonies of #E10086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10086

Black with #E10086

Text Example


Text Example

White with #E10086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10086; }

 p { color: rgb(225,0,134); }

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

background-color css

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

 a { background-color: rgb(225,0,134); }

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

border-color css

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

 span { border-color: rgb(225,0,134); }

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