Html Css Color HEX #EB0AB1 Hollywood Cerise

📋 copy color: '#EB0AB1'

red 235 ◦ green 10 ◦ blue 177

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

Shades of Hollywood Cerise #EB0AB1

Tints of Hollywood Cerise #EB0AB1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.37%

 BLUE value IS 177 (69.53% from 255) = 41.94%

R = 55.69%
G = 2.37%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB0AB1 (or 0xEB0AB1) is known color: Hollywood Cerise. HEX triplet: EB, 0A and B1. RGB value is (235,10,177). Sum of RGB (Red+Green+Blue) = 235+10+177=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0AB1 is #14F54E. Grayscale: #5F5F5F. Windows color (decimal): -1373519 or 11602667. OLE color: 11602667.

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

Color convert

RGB 235 10 177 -
CMYK 0 0.96 0.25 0.08
HSL 315.47º 0.92% 0.48% -
HSV(B) 315.47º 0.96% 0.92% -
XYZ 42.31 21.05 43.43 -
YUV 96.31 173.54 226.92 -
System Red Green Blue C M Y K H S L
Decimal 235 10 177 0 0.96 0.25 0.08 315.47 0.92 0.48
Hex EB A B1 0 60 19 8 13B 5C 30
Octal 353 12 261 0 140 31 10 473 134 60
Binary 11101011 1010 10110001 0 1100000 11001 1000 100111011 1011100 110000

Color Harmonies of #EB0AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0AB1

Black with #EB0AB1

Text Example


Text Example

White with #EB0AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0AB1; }

 p { color: rgb(235,10,177); }

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

background-color css

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

 a { background-color: rgb(235,10,177); }

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

border-color css

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

 span { border-color: rgb(235,10,177); }

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