Html Css Color HEX #EB04A8 Hollywood Cerise

📋 copy color: '#EB04A8'

red 235 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #EB04A8

Tints of Hollywood Cerise #EB04A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 57.74%
G = 0.98%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB04A8 (or 0xEB04A8) is known color: Hollywood Cerise. HEX triplet: EB, 04 and A8. RGB value is (235,4,168). Sum of RGB (Red+Green+Blue) = 235+4+168=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB04A8 is #14FB57. Grayscale: #5B5B5B. Windows color (decimal): -1375064 or 11011307. OLE color: 11011307.

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

Color convert

RGB 235 4 168 -
CMYK 0 0.98 0.29 0.08
HSL 317.4º 0.97% 0.47% -
HSV(B) 317.4º 0.98% 0.92% -
XYZ 41.37 20.58 38.84 -
YUV 91.77 171.03 230.16 -
System Red Green Blue C M Y K H S L
Decimal 235 4 168 0 0.98 0.29 0.08 317.4 0.97 0.47
Hex EB 4 A8 0 62 1D 8 13D 61 2F
Octal 353 4 250 0 142 35 10 475 141 57
Binary 11101011 100 10101000 0 1100010 11101 1000 100111101 1100001 101111

Color Harmonies of #EB04A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04A8

Black with #EB04A8

Text Example


Text Example

White with #EB04A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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