Html Css Color HEX #EB009F Hollywood Cerise

📋 copy color: '#EB009F'

red 235 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #EB009F

Tints of Hollywood Cerise #EB009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.64%
G = 0%
B = 40.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB009F (or 0xEB009F) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 9F. RGB value is (235,0,159). Sum of RGB (Red+Green+Blue) = 235+0+159=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB009F is #14FF60. Grayscale: #575757. Windows color (decimal): -1376097 or 10420459. OLE color: 10420459.

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

Color convert

RGB 235 0 159 -
CMYK 0 1 0.32 0.08
HSL 319.4º 1% 0.46% -
HSV(B) 319.4º 1% 0.92% -
XYZ 40.52 20.17 34.56 -
YUV 88.39 167.86 232.57 -
System Red Green Blue C M Y K H S L
Decimal 235 0 159 0 1 0.32 0.08 319.4 1 0.46
Hex EB 0 9F 0 64 20 8 13F 64 2E
Octal 353 0 237 0 144 40 10 477 144 56
Binary 11101011 0 10011111 0 1100100 100000 1000 100111111 1100100 101110

Color Harmonies of #EB009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB009F

Black with #EB009F

Text Example


Text Example

White with #EB009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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