Html Css Color HEX #EB0BAC Hollywood Cerise

📋 copy color: '#EB0BAC'

red 235 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #EB0BAC

Tints of Hollywood Cerise #EB0BAC

RGB

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

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

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

R = 56.22%
G = 2.63%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB0BAC (or 0xEB0BAC) is known color: Hollywood Cerise. HEX triplet: EB, 0B and AC. RGB value is (235,11,172). Sum of RGB (Red+Green+Blue) = 235+11+172=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0BAC is #14F453. Grayscale: #5F5F5F. Windows color (decimal): -1373268 or 11275243. OLE color: 11275243.

HSL color Cylindrical-coordinate representation of color #EB0BAC: hue angle of 316.88º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0BAC is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 11 172 -
CMYK 0 0.95 0.27 0.08
HSL 316.88º 0.91% 0.48% -
HSV(B) 316.88º 0.95% 0.92% -
XYZ 41.83 20.88 40.86 -
YUV 96.33 170.71 226.91 -
System Red Green Blue C M Y K H S L
Decimal 235 11 172 0 0.95 0.27 0.08 316.88 0.91 0.48
Hex EB B AC 0 5F 1B 8 13D 5B 30
Octal 353 13 254 0 137 33 10 475 133 60
Binary 11101011 1011 10101100 0 1011111 11011 1000 100111101 1011011 110000

Color Harmonies of #EB0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0BAC

Black with #EB0BAC

Text Example


Text Example

White with #EB0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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