Html Css Color HEX #EB0EAC Hollywood Cerise

📋 copy color: '#EB0EAC'

red 235 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #EB0EAC

Tints of Hollywood Cerise #EB0EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

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

R = 55.82%
G = 3.33%
B = 40.86%

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

#EB0EAC (or 0xEB0EAC) is known color: Hollywood Cerise. HEX triplet: EB, 0E and AC. RGB value is (235,14,172). Sum of RGB (Red+Green+Blue) = 235+14+172=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0EAC is #14F153. Grayscale: #616161. Windows color (decimal): -1372500 or 11276011. OLE color: 11276011.

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

Color convert

RGB 235 14 172 -
CMYK 0 0.94 0.27 0.08
HSL 317.1º 0.89% 0.49% -
HSV(B) 317.1º 0.94% 0.92% -
XYZ 41.86 20.95 40.87 -
YUV 98.09 169.72 225.65 -
System Red Green Blue C M Y K H S L
Decimal 235 14 172 0 0.94 0.27 0.08 317.1 0.89 0.49
Hex EB E AC 0 5E 1B 8 13D 59 31
Octal 353 16 254 0 136 33 10 475 131 61
Binary 11101011 1110 10101100 0 1011110 11011 1000 100111101 1011001 110001

Color Harmonies of #EB0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0EAC

Black with #EB0EAC

Text Example


Text Example

White with #EB0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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