Html Css Color HEX #EB04A0 Hollywood Cerise

📋 copy color: '#EB04A0'

red 235 ◦ green 4 ◦ blue 160

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

Shades of Hollywood Cerise #EB04A0

Tints of Hollywood Cerise #EB04A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 58.9%
G = 1%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB04A0 (or 0xEB04A0) is known color: Hollywood Cerise. HEX triplet: EB, 04 and A0. RGB value is (235,4,160). Sum of RGB (Red+Green+Blue) = 235+4+160=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB04A0 is #14FB5F. Grayscale: #5A5A5A. Windows color (decimal): -1375072 or 10487019. OLE color: 10487019.

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

Color convert

RGB 235 4 160 -
CMYK 0 0.98 0.32 0.08
HSL 319.48º 0.97% 0.47% -
HSV(B) 319.48º 0.98% 0.92% -
XYZ 40.65 20.29 35.03 -
YUV 90.85 167.03 230.82 -
System Red Green Blue C M Y K H S L
Decimal 235 4 160 0 0.98 0.32 0.08 319.48 0.97 0.47
Hex EB 4 A0 0 62 20 8 13F 61 2F
Octal 353 4 240 0 142 40 10 477 141 57
Binary 11101011 100 10100000 0 1100010 100000 1000 100111111 1100001 101111

Color Harmonies of #EB04A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04A0

Black with #EB04A0

Text Example


Text Example

White with #EB04A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04A0; }

 p { color: rgb(235,4,160); }

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

background-color css

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

 a { background-color: rgb(235,4,160); }

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

border-color css

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

 span { border-color: rgb(235,4,160); }

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