Html Css Color HEX #EB039F Hollywood Cerise

📋 copy color: '#EB039F'

red 235 ◦ green 3 ◦ blue 159

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

Shades of Hollywood Cerise #EB039F

Tints of Hollywood Cerise #EB039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 59.19%
G = 0.76%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB039F (or 0xEB039F) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 9F. RGB value is (235,3,159). Sum of RGB (Red+Green+Blue) = 235+3+159=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB039F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB039F is #14FC60. Grayscale: #595959. Windows color (decimal): -1375329 or 10421227. OLE color: 10421227.

HSL color Cylindrical-coordinate representation of color #EB039F: hue angle of 319.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB039F is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 3 159 -
CMYK 0 0.99 0.32 0.08
HSL 319.66º 0.97% 0.47% -
HSV(B) 319.66º 0.99% 0.92% -
XYZ 40.55 20.23 34.57 -
YUV 90.15 166.86 231.32 -
System Red Green Blue C M Y K H S L
Decimal 235 3 159 0 0.99 0.32 0.08 319.66 0.97 0.47
Hex EB 3 9F 0 63 20 8 140 61 2F
Octal 353 3 237 0 143 40 10 500 141 57
Binary 11101011 11 10011111 0 1100011 100000 1000 101000000 1100001 101111

Color Harmonies of #EB039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB039F

Black with #EB039F

Text Example


Text Example

White with #EB039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB039F; }

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

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

background-color css

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

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

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

border-color css

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

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

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