Html Css Color HEX #E10BAB Hollywood Cerise

📋 copy color: '#E10BAB'

red 225 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #E10BAB

Tints of Hollywood Cerise #E10BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 55.28%
G = 2.7%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E10BAB (or 0xE10BAB) is known color: Hollywood Cerise. HEX triplet: E1, 0B and AB. RGB value is (225,11,171). Sum of RGB (Red+Green+Blue) = 225+11+171=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10BAB is #1EF454. Grayscale: #5C5C5C. Windows color (decimal): -2028629 or 11209697. OLE color: 11209697.

HSL color Cylindrical-coordinate representation of color #E10BAB: hue angle of 315.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BAB is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 171 -
CMYK 0 0.95 0.24 0.12
HSL 315.14º 0.91% 0.46% -
HSV(B) 315.14º 0.95% 0.88% -
XYZ 38.52 19.19 40.2 -
YUV 93.23 171.9 221.99 -
System Red Green Blue C M Y K H S L
Decimal 225 11 171 0 0.95 0.24 0.12 315.14 0.91 0.46
Hex E1 B AB 0 5F 18 C 13B 5B 2E
Octal 341 13 253 0 137 30 14 473 133 56
Binary 11100001 1011 10101011 0 1011111 11000 1100 100111011 1011011 101110

Color Harmonies of #E10BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BAB

Black with #E10BAB

Text Example


Text Example

White with #E10BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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