Html Css Color HEX #EB059E Hollywood Cerise

📋 copy color: '#EB059E'

red 235 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #EB059E

Tints of Hollywood Cerise #EB059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 59.05%
G = 1.26%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB059E (or 0xEB059E) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 9E. RGB value is (235,5,158). Sum of RGB (Red+Green+Blue) = 235+5+158=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB059E is #14FA61. Grayscale: #5A5A5A. Windows color (decimal): -1374818 or 10356203. OLE color: 10356203.

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

Color convert

RGB 235 5 158 -
CMYK 0 0.98 0.33 0.08
HSL 320.09º 0.96% 0.47% -
HSV(B) 320.09º 0.98% 0.92% -
XYZ 40.49 20.24 34.12 -
YUV 91.21 165.7 230.56 -
System Red Green Blue C M Y K H S L
Decimal 235 5 158 0 0.98 0.33 0.08 320.09 0.96 0.47
Hex EB 5 9E 0 62 21 8 140 60 2F
Octal 353 5 236 0 142 41 10 500 140 57
Binary 11101011 101 10011110 0 1100010 100001 1000 101000000 1100000 101111

Color Harmonies of #EB059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB059E

Black with #EB059E

Text Example


Text Example

White with #EB059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB059E; }

 p { color: rgb(235,5,158); }

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

background-color css

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

 a { background-color: rgb(235,5,158); }

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

border-color css

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

 span { border-color: rgb(235,5,158); }

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