Html Css Color HEX #E10F96 Hollywood Cerise

📋 copy color: '#E10F96'

red 225 ◦ green 15 ◦ blue 150

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

Shades of Hollywood Cerise #E10F96

Tints of Hollywood Cerise #E10F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.85%

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 57.69%
G = 3.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E10F96 (or 0xE10F96) is known color: Hollywood Cerise. HEX triplet: E1, 0F and 96. RGB value is (225,15,150). Sum of RGB (Red+Green+Blue) = 225+15+150=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F96 is #1EF069. Grayscale: #5C5C5C. Windows color (decimal): -2027626 or 9834465. OLE color: 9834465.

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

Color convert

RGB 225 15 150 -
CMYK 0 0.93 0.33 0.12
HSL 321.43º 0.88% 0.47% -
HSV(B) 321.43º 0.93% 0.88% -
XYZ 36.73 18.55 30.5 -
YUV 93.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 225 15 150 0 0.93 0.33 0.12 321.43 0.88 0.47
Hex E1 F 96 0 5D 21 C 141 58 2F
Octal 341 17 226 0 135 41 14 501 130 57
Binary 11100001 1111 10010110 0 1011101 100001 1100 101000001 1011000 101111

Color Harmonies of #E10F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F96

Black with #E10F96

Text Example


Text Example

White with #E10F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F96; }

 p { color: rgb(225,15,150); }

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

background-color css

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

 a { background-color: rgb(225,15,150); }

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

border-color css

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

 span { border-color: rgb(225,15,150); }

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