Html Css Color HEX #EB02AB Hollywood Cerise

📋 copy color: '#EB02AB'

red 235 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #EB02AB

Tints of Hollywood Cerise #EB02AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 57.6%
G = 0.49%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB02AB (or 0xEB02AB) is known color: Hollywood Cerise. HEX triplet: EB, 02 and AB. RGB value is (235,2,171). Sum of RGB (Red+Green+Blue) = 235+2+171=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB02AB is #14FD54. Grayscale: #5A5A5A. Windows color (decimal): -1375573 or 11207403. OLE color: 11207403.

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

Color convert

RGB 235 2 171 -
CMYK 0 0.99 0.27 0.08
HSL 316.48º 0.98% 0.46% -
HSV(B) 316.48º 0.99% 0.92% -
XYZ 41.63 20.65 40.32 -
YUV 90.93 173.19 230.76 -
System Red Green Blue C M Y K H S L
Decimal 235 2 171 0 0.99 0.27 0.08 316.48 0.98 0.46
Hex EB 2 AB 0 63 1B 8 13C 62 2E
Octal 353 2 253 0 143 33 10 474 142 56
Binary 11101011 10 10101011 0 1100011 11011 1000 100111100 1100010 101110

Color Harmonies of #EB02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02AB

Black with #EB02AB

Text Example


Text Example

White with #EB02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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