Html Css Color HEX #EB03A8 Hollywood Cerise

📋 copy color: '#EB03A8'

red 235 ◦ green 3 ◦ blue 168

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

Shades of Hollywood Cerise #EB03A8

Tints of Hollywood Cerise #EB03A8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 57.88%
G = 0.74%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB03A8 (or 0xEB03A8) is known color: Hollywood Cerise. HEX triplet: EB, 03 and A8. RGB value is (235,3,168). Sum of RGB (Red+Green+Blue) = 235+3+168=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB03A8 is #14FC57. Grayscale: #5A5A5A. Windows color (decimal): -1375320 or 11011051. OLE color: 11011051.

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

Color convert

RGB 235 3 168 -
CMYK 0 0.99 0.29 0.08
HSL 317.33º 0.97% 0.47% -
HSV(B) 317.33º 0.99% 0.92% -
XYZ 41.36 20.55 38.83 -
YUV 91.18 171.36 230.58 -
System Red Green Blue C M Y K H S L
Decimal 235 3 168 0 0.99 0.29 0.08 317.33 0.97 0.47
Hex EB 3 A8 0 63 1D 8 13D 61 2F
Octal 353 3 250 0 143 35 10 475 141 57
Binary 11101011 11 10101000 0 1100011 11101 1000 100111101 1100001 101111

Color Harmonies of #EB03A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB03A8

Black with #EB03A8

Text Example


Text Example

White with #EB03A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB03A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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