Html Css Color HEX #E10FAB Hollywood Cerise

📋 copy color: '#E10FAB'

red 225 ◦ green 15 ◦ blue 171

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

Shades of Hollywood Cerise #E10FAB

Tints of Hollywood Cerise #E10FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 54.74%
G = 3.65%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E10FAB (or 0xE10FAB) is known color: Hollywood Cerise. HEX triplet: E1, 0F and AB. RGB value is (225,15,171). Sum of RGB (Red+Green+Blue) = 225+15+171=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FAB is #1EF054. Grayscale: #5F5F5F. Windows color (decimal): -2027605 or 11210721. OLE color: 11210721.

HSL color Cylindrical-coordinate representation of color #E10FAB: hue angle of 315.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 #E10FAB is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 171 -
CMYK 0 0.93 0.24 0.12
HSL 315.43º 0.88% 0.47% -
HSV(B) 315.43º 0.93% 0.88% -
XYZ 38.57 19.29 40.22 -
YUV 95.57 170.57 220.32 -
System Red Green Blue C M Y K H S L
Decimal 225 15 171 0 0.93 0.24 0.12 315.43 0.88 0.47
Hex E1 F AB 0 5D 18 C 13B 58 2F
Octal 341 17 253 0 135 30 14 473 130 57
Binary 11100001 1111 10101011 0 1011101 11000 1100 100111011 1011000 101111

Color Harmonies of #E10FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FAB

Black with #E10FAB

Text Example


Text Example

White with #E10FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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