Html Css Color HEX #EB11A8 Hollywood Cerise

📋 copy color: '#EB11A8'

red 235 ◦ green 17 ◦ blue 168

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

Shades of Hollywood Cerise #EB11A8

Tints of Hollywood Cerise #EB11A8

RGB

 RED value IS 235 (92.19% from 255) = 55.95%

 GREEN value IS 17 (7.03% from 255) = 4.05%

 BLUE value IS 168 (66.02% from 255) = 40%

R = 55.95%
G = 4.05%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB11A8 (or 0xEB11A8) is known color: Hollywood Cerise. HEX triplet: EB, 11 and A8. RGB value is (235,17,168). Sum of RGB (Red+Green+Blue) = 235+17+168=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB11A8 is #14EE57. Grayscale: #636363. Windows color (decimal): -1371736 or 11014635. OLE color: 11014635.

HSL color Cylindrical-coordinate representation of color #EB11A8: hue angle of 318.44º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11A8 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 168 -
CMYK 0 0.93 0.29 0.08
HSL 318.44º 0.87% 0.49% -
HSV(B) 318.44º 0.93% 0.92% -
XYZ 41.53 20.89 38.89 -
YUV 99.4 166.72 224.72 -
System Red Green Blue C M Y K H S L
Decimal 235 17 168 0 0.93 0.29 0.08 318.44 0.87 0.49
Hex EB 11 A8 0 5D 1D 8 13E 57 31
Octal 353 21 250 0 135 35 10 476 127 61
Binary 11101011 10001 10101000 0 1011101 11101 1000 100111110 1010111 110001

Color Harmonies of #EB11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB11A8

Black with #EB11A8

Text Example


Text Example

White with #EB11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB11A8; }

 p { color: rgb(235,17,168); }

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

background-color css

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

 a { background-color: rgb(235,17,168); }

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

border-color css

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

 span { border-color: rgb(235,17,168); }

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