Html Css Color HEX #EB0BAE Hollywood Cerise

📋 copy color: '#EB0BAE'

red 235 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #EB0BAE

Tints of Hollywood Cerise #EB0BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 55.95%
G = 2.62%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB0BAE (or 0xEB0BAE) is known color: Hollywood Cerise. HEX triplet: EB, 0B and AE. RGB value is (235,11,174). Sum of RGB (Red+Green+Blue) = 235+11+174=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0BAE is #14F451. Grayscale: #606060. Windows color (decimal): -1373266 or 11406315. OLE color: 11406315.

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

Color convert

RGB 235 11 174 -
CMYK 0 0.95 0.26 0.08
HSL 316.34º 0.91% 0.48% -
HSV(B) 316.34º 0.95% 0.92% -
XYZ 42.02 20.96 41.87 -
YUV 96.56 171.71 226.75 -
System Red Green Blue C M Y K H S L
Decimal 235 11 174 0 0.95 0.26 0.08 316.34 0.91 0.48
Hex EB B AE 0 5F 1A 8 13C 5B 30
Octal 353 13 256 0 137 32 10 474 133 60
Binary 11101011 1011 10101110 0 1011111 11010 1000 100111100 1011011 110000

Color Harmonies of #EB0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0BAE

Black with #EB0BAE

Text Example


Text Example

White with #EB0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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