Html Css Color HEX #E10098 Hollywood Cerise

📋 copy color: '#E10098'

red 225 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #E10098

Tints of Hollywood Cerise #E10098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 59.68%
G = 0%
B = 40.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E10098 (or 0xE10098) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 98. RGB value is (225,0,152). Sum of RGB (Red+Green+Blue) = 225+0+152=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E10098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10098 is #1EFF67. Grayscale: #545454. Windows color (decimal): -2031464 or 9961697. OLE color: 9961697.

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

Color convert

RGB 225 0 152 -
CMYK 0 1 0.32 0.12
HSL 319.47º 1% 0.44% -
HSV(B) 319.47º 1% 0.88% -
XYZ 36.72 18.27 31.3 -
YUV 84.6 166.04 228.14 -
System Red Green Blue C M Y K H S L
Decimal 225 0 152 0 1 0.32 0.12 319.47 1 0.44
Hex E1 0 98 0 64 20 C 13F 64 2C
Octal 341 0 230 0 144 40 14 477 144 54
Binary 11100001 0 10011000 0 1100100 100000 1100 100111111 1100100 101100

Color Harmonies of #E10098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10098

Black with #E10098

Text Example


Text Example

White with #E10098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10098; }

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

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

background-color css

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

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

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

border-color css

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

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

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