Html Css Color HEX #E10BAC Hollywood Cerise

📋 copy color: '#E10BAC'

red 225 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #E10BAC

Tints of Hollywood Cerise #E10BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 55.15%
G = 2.7%
B = 42.16%

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

#E10BAC (or 0xE10BAC) is known color: Hollywood Cerise. HEX triplet: E1, 0B and AC. RGB value is (225,11,172). Sum of RGB (Red+Green+Blue) = 225+11+172=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10BAC is #1EF453. Grayscale: #5C5C5C. Windows color (decimal): -2028628 or 11275233. OLE color: 11275233.

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

Color convert

RGB 225 11 172 -
CMYK 0 0.95 0.24 0.12
HSL 314.86º 0.91% 0.46% -
HSV(B) 314.86º 0.95% 0.88% -
XYZ 38.62 19.23 40.71 -
YUV 93.34 172.4 221.91 -
System Red Green Blue C M Y K H S L
Decimal 225 11 172 0 0.95 0.24 0.12 314.86 0.91 0.46
Hex E1 B AC 0 5F 18 C 13B 5B 2E
Octal 341 13 254 0 137 30 14 473 133 56
Binary 11100001 1011 10101100 0 1011111 11000 1100 100111011 1011011 101110

Color Harmonies of #E10BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BAC

Black with #E10BAC

Text Example


Text Example

White with #E10BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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