Html Css Color HEX #EB0FAC Hollywood Cerise

📋 copy color: '#EB0FAC'

red 235 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #EB0FAC

Tints of Hollywood Cerise #EB0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 55.69%
G = 3.55%
B = 40.76%

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

#EB0FAC (or 0xEB0FAC) is known color: Hollywood Cerise. HEX triplet: EB, 0F and AC. RGB value is (235,15,172). Sum of RGB (Red+Green+Blue) = 235+15+172=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0FAC is #14F053. Grayscale: #626262. Windows color (decimal): -1372244 or 11276267. OLE color: 11276267.

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

Color convert

RGB 235 15 172 -
CMYK 0 0.94 0.27 0.08
HSL 317.18º 0.88% 0.49% -
HSV(B) 317.18º 0.94% 0.92% -
XYZ 41.88 20.98 40.87 -
YUV 98.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 235 15 172 0 0.94 0.27 0.08 317.18 0.88 0.49
Hex EB F AC 0 5E 1B 8 13D 58 31
Octal 353 17 254 0 136 33 10 475 130 61
Binary 11101011 1111 10101100 0 1011110 11011 1000 100111101 1011000 110001

Color Harmonies of #EB0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FAC

Black with #EB0FAC

Text Example


Text Example

White with #EB0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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