Html Css Color HEX #EB05A8 Hollywood Cerise

📋 copy color: '#EB05A8'

red 235 ◦ green 5 ◦ blue 168

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

Shades of Hollywood Cerise #EB05A8

Tints of Hollywood Cerise #EB05A8

RGB

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

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

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

R = 57.6%
G = 1.23%
B = 41.18%

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

#EB05A8 (or 0xEB05A8) is known color: Hollywood Cerise. HEX triplet: EB, 05 and A8. RGB value is (235,5,168). Sum of RGB (Red+Green+Blue) = 235+5+168=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB05A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB05A8 is #14FA57. Grayscale: #5B5B5B. Windows color (decimal): -1374808 or 11011563. OLE color: 11011563.

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

Color convert

RGB 235 5 168 -
CMYK 0 0.98 0.29 0.08
HSL 317.48º 0.96% 0.47% -
HSV(B) 317.48º 0.98% 0.92% -
XYZ 41.38 20.6 38.84 -
YUV 92.35 170.7 229.75 -
System Red Green Blue C M Y K H S L
Decimal 235 5 168 0 0.98 0.29 0.08 317.48 0.96 0.47
Hex EB 5 A8 0 62 1D 8 13D 60 2F
Octal 353 5 250 0 142 35 10 475 140 57
Binary 11101011 101 10101000 0 1100010 11101 1000 100111101 1100000 101111

Color Harmonies of #EB05A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05A8

Black with #EB05A8

Text Example


Text Example

White with #EB05A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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