Html Css Color HEX #EB0DAC Hollywood Cerise

📋 copy color: '#EB0DAC'

red 235 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #EB0DAC

Tints of Hollywood Cerise #EB0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 55.95%
G = 3.1%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB0DAC (or 0xEB0DAC) is known color: Hollywood Cerise. HEX triplet: EB, 0D and AC. RGB value is (235,13,172). Sum of RGB (Red+Green+Blue) = 235+13+172=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0DAC is #14F253. Grayscale: #616161. Windows color (decimal): -1372756 or 11275755. OLE color: 11275755.

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

Color convert

RGB 235 13 172 -
CMYK 0 0.94 0.27 0.08
HSL 317.03º 0.9% 0.49% -
HSV(B) 317.03º 0.94% 0.92% -
XYZ 41.85 20.93 40.86 -
YUV 97.5 170.05 226.07 -
System Red Green Blue C M Y K H S L
Decimal 235 13 172 0 0.94 0.27 0.08 317.03 0.9 0.49
Hex EB D AC 0 5E 1B 8 13D 5A 31
Octal 353 15 254 0 136 33 10 475 132 61
Binary 11101011 1101 10101100 0 1011110 11011 1000 100111101 1011010 110001

Color Harmonies of #EB0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DAC

Black with #EB0DAC

Text Example


Text Example

White with #EB0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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