Html Css Color HEX #EB02A2 Hollywood Cerise

📋 copy color: '#EB02A2'

red 235 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #EB02A2

Tints of Hollywood Cerise #EB02A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 58.9%
G = 0.5%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB02A2 (or 0xEB02A2) is known color: Hollywood Cerise. HEX triplet: EB, 02 and A2. RGB value is (235,2,162). Sum of RGB (Red+Green+Blue) = 235+2+162=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB02A2 is #14FD5D. Grayscale: #595959. Windows color (decimal): -1375582 or 10617579. OLE color: 10617579.

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

Color convert

RGB 235 2 162 -
CMYK 0 0.99 0.31 0.08
HSL 318.8º 0.98% 0.46% -
HSV(B) 318.8º 0.99% 0.92% -
XYZ 40.8 20.31 35.95 -
YUV 89.91 168.69 231.49 -
System Red Green Blue C M Y K H S L
Decimal 235 2 162 0 0.99 0.31 0.08 318.8 0.98 0.46
Hex EB 2 A2 0 63 1F 8 13F 62 2E
Octal 353 2 242 0 143 37 10 477 142 56
Binary 11101011 10 10100010 0 1100011 11111 1000 100111111 1100010 101110

Color Harmonies of #EB02A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02A2

Black with #EB02A2

Text Example


Text Example

White with #EB02A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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