Html Css Color HEX #EB00AB Hollywood Cerise

📋 copy color: '#EB00AB'

red 235 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #EB00AB

Tints of Hollywood Cerise #EB00AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.88%
G = 0%
B = 42.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB00AB (or 0xEB00AB) is known color: Hollywood Cerise. HEX triplet: EB, 00 and AB. RGB value is (235,0,171). Sum of RGB (Red+Green+Blue) = 235+0+171=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00AB is #14FF54. Grayscale: #595959. Windows color (decimal): -1376085 or 11206891. OLE color: 11206891.

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

Color convert

RGB 235 0 171 -
CMYK 0 1 0.27 0.08
HSL 316.34º 1% 0.46% -
HSV(B) 316.34º 1% 0.92% -
XYZ 41.61 20.6 40.31 -
YUV 89.76 173.86 231.6 -
System Red Green Blue C M Y K H S L
Decimal 235 0 171 0 1 0.27 0.08 316.34 1 0.46
Hex EB 0 AB 0 64 1B 8 13C 64 2E
Octal 353 0 253 0 144 33 10 474 144 56
Binary 11101011 0 10101011 0 1100100 11011 1000 100111100 1100100 101110

Color Harmonies of #EB00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00AB

Black with #EB00AB

Text Example


Text Example

White with #EB00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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