Html Css Color HEX #EB059A Hollywood Cerise

📋 copy color: '#EB059A'

red 235 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #EB059A

Tints of Hollywood Cerise #EB059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 59.64%
G = 1.27%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB059A (or 0xEB059A) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 9A. RGB value is (235,5,154). Sum of RGB (Red+Green+Blue) = 235+5+154=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB059A is #14FA65. Grayscale: #5A5A5A. Windows color (decimal): -1374822 or 10094059. OLE color: 10094059.

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

Color convert

RGB 235 5 154 -
CMYK 0 0.98 0.34 0.08
HSL 321.13º 0.96% 0.47% -
HSV(B) 321.13º 0.98% 0.92% -
XYZ 40.15 20.1 32.34 -
YUV 90.76 163.7 230.88 -
System Red Green Blue C M Y K H S L
Decimal 235 5 154 0 0.98 0.34 0.08 321.13 0.96 0.47
Hex EB 5 9A 0 62 22 8 141 60 2F
Octal 353 5 232 0 142 42 10 501 140 57
Binary 11101011 101 10011010 0 1100010 100010 1000 101000001 1100000 101111

Color Harmonies of #EB059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB059A

Black with #EB059A

Text Example


Text Example

White with #EB059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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