Html Css Color HEX #EB03AB Hollywood Cerise

📋 copy color: '#EB03AB'

red 235 ◦ green 3 ◦ blue 171

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

Shades of Hollywood Cerise #EB03AB

Tints of Hollywood Cerise #EB03AB

RGB

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

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

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

R = 57.46%
G = 0.73%
B = 41.81%

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

#EB03AB (or 0xEB03AB) is known color: Hollywood Cerise. HEX triplet: EB, 03 and AB. RGB value is (235,3,171). Sum of RGB (Red+Green+Blue) = 235+3+171=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB03AB is #14FC54. Grayscale: #5B5B5B. Windows color (decimal): -1375317 or 11207659. OLE color: 11207659.

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

Color convert

RGB 235 3 171 -
CMYK 0 0.99 0.27 0.08
HSL 316.55º 0.97% 0.47% -
HSV(B) 316.55º 0.99% 0.92% -
XYZ 41.64 20.67 40.32 -
YUV 91.52 172.86 230.34 -
System Red Green Blue C M Y K H S L
Decimal 235 3 171 0 0.99 0.27 0.08 316.55 0.97 0.47
Hex EB 3 AB 0 63 1B 8 13D 61 2F
Octal 353 3 253 0 143 33 10 475 141 57
Binary 11101011 11 10101011 0 1100011 11011 1000 100111101 1100001 101111

Color Harmonies of #EB03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB03AB

Black with #EB03AB

Text Example


Text Example

White with #EB03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB03AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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