Html Css Color HEX #EB0BA0 Hollywood Cerise

📋 copy color: '#EB0BA0'

red 235 ◦ green 11 ◦ blue 160

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

Shades of Hollywood Cerise #EB0BA0

Tints of Hollywood Cerise #EB0BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 57.88%
G = 2.71%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB0BA0 (or 0xEB0BA0) is known color: Hollywood Cerise. HEX triplet: EB, 0B and A0. RGB value is (235,11,160). Sum of RGB (Red+Green+Blue) = 235+11+160=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0BA0 is #14F45F. Grayscale: #5E5E5E. Windows color (decimal): -1373280 or 10488811. OLE color: 10488811.

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

Color convert

RGB 235 11 160 -
CMYK 0 0.95 0.32 0.08
HSL 320.09º 0.91% 0.48% -
HSV(B) 320.09º 0.95% 0.92% -
XYZ 40.73 20.44 35.06 -
YUV 94.96 164.71 227.88 -
System Red Green Blue C M Y K H S L
Decimal 235 11 160 0 0.95 0.32 0.08 320.09 0.91 0.48
Hex EB B A0 0 5F 20 8 140 5B 30
Octal 353 13 240 0 137 40 10 500 133 60
Binary 11101011 1011 10100000 0 1011111 100000 1000 101000000 1011011 110000

Color Harmonies of #EB0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0BA0

Black with #EB0BA0

Text Example


Text Example

White with #EB0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0BA0; }

 p { color: rgb(235,11,160); }

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

background-color css

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

 a { background-color: rgb(235,11,160); }

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

border-color css

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

 span { border-color: rgb(235,11,160); }

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