Html Css Color HEX #EB02A8 Hollywood Cerise

📋 copy color: '#EB02A8'

red 235 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #EB02A8

Tints of Hollywood Cerise #EB02A8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 58.02%
G = 0.49%
B = 41.48%

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

#EB02A8 (or 0xEB02A8) is known color: Hollywood Cerise. HEX triplet: EB, 02 and A8. RGB value is (235,2,168). Sum of RGB (Red+Green+Blue) = 235+2+168=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB02A8 is #14FD57. Grayscale: #5A5A5A. Windows color (decimal): -1375576 or 11010795. OLE color: 11010795.

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

Color convert

RGB 235 2 168 -
CMYK 0 0.99 0.29 0.08
HSL 317.25º 0.98% 0.46% -
HSV(B) 317.25º 0.99% 0.92% -
XYZ 41.35 20.53 38.83 -
YUV 90.59 171.69 231 -
System Red Green Blue C M Y K H S L
Decimal 235 2 168 0 0.99 0.29 0.08 317.25 0.98 0.46
Hex EB 2 A8 0 63 1D 8 13D 62 2E
Octal 353 2 250 0 143 35 10 475 142 56
Binary 11101011 10 10101000 0 1100011 11101 1000 100111101 1100010 101110

Color Harmonies of #EB02A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02A8

Black with #EB02A8

Text Example


Text Example

White with #EB02A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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