Html Css Color HEX #EB0DAF Hollywood Cerise

📋 copy color: '#EB0DAF'

red 235 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #EB0DAF

Tints of Hollywood Cerise #EB0DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 55.56%
G = 3.07%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB0DAF (or 0xEB0DAF) is known color: Hollywood Cerise. HEX triplet: EB, 0D and AF. RGB value is (235,13,175). Sum of RGB (Red+Green+Blue) = 235+13+175=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0DAF is #14F250. Grayscale: #616161. Windows color (decimal): -1372753 or 11472363. OLE color: 11472363.

HSL color Cylindrical-coordinate representation of color #EB0DAF: hue angle of 316.22º 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 #EB0DAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 13 175 -
CMYK 0 0.94 0.26 0.08
HSL 316.22º 0.9% 0.49% -
HSV(B) 316.22º 0.94% 0.92% -
XYZ 42.14 21.05 42.4 -
YUV 97.85 171.55 225.83 -
System Red Green Blue C M Y K H S L
Decimal 235 13 175 0 0.94 0.26 0.08 316.22 0.9 0.49
Hex EB D AF 0 5E 1A 8 13C 5A 31
Octal 353 15 257 0 136 32 10 474 132 61
Binary 11101011 1101 10101111 0 1011110 11010 1000 100111100 1011010 110001

Color Harmonies of #EB0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DAF

Black with #EB0DAF

Text Example


Text Example

White with #EB0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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