Html Css Color HEX #EB0F9F Hollywood Cerise

📋 copy color: '#EB0F9F'

red 235 ◦ green 15 ◦ blue 159

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

Shades of Hollywood Cerise #EB0F9F

Tints of Hollywood Cerise #EB0F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 57.46%
G = 3.67%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB0F9F (or 0xEB0F9F) is known color: Hollywood Cerise. HEX triplet: EB, 0F and 9F. RGB value is (235,15,159). Sum of RGB (Red+Green+Blue) = 235+15+159=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0F9F is #14F060. Grayscale: #606060. Windows color (decimal): -1372257 or 10424299. OLE color: 10424299.

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

Color convert

RGB 235 15 159 -
CMYK 0 0.94 0.32 0.08
HSL 320.73º 0.88% 0.49% -
HSV(B) 320.73º 0.94% 0.92% -
XYZ 40.69 20.51 34.61 -
YUV 97.2 162.89 226.29 -
System Red Green Blue C M Y K H S L
Decimal 235 15 159 0 0.94 0.32 0.08 320.73 0.88 0.49
Hex EB F 9F 0 5E 20 8 141 58 31
Octal 353 17 237 0 136 40 10 501 130 61
Binary 11101011 1111 10011111 0 1011110 100000 1000 101000001 1011000 110001

Color Harmonies of #EB0F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F9F

Black with #EB0F9F

Text Example


Text Example

White with #EB0F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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