Html Css Color HEX #EB0088 Hollywood Cerise

📋 copy color: '#EB0088'

red 235 ◦ green 0 ◦ blue 136

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

Shades of Hollywood Cerise #EB0088

Tints of Hollywood Cerise #EB0088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 63.34%
G = 0%
B = 36.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB0088 (or 0xEB0088) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 88. RGB value is (235,0,136). Sum of RGB (Red+Green+Blue) = 235+0+136=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0088 is #14FF77. Grayscale: #555555. Windows color (decimal): -1376120 or 8913131. OLE color: 8913131.

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

Color convert

RGB 235 0 136 -
CMYK 0 1 0.42 0.08
HSL 325.28º 1% 0.46% -
HSV(B) 325.28º 1% 0.92% -
XYZ 38.7 19.44 25 -
YUV 85.77 156.36 234.44 -
System Red Green Blue C M Y K H S L
Decimal 235 0 136 0 1 0.42 0.08 325.28 1 0.46
Hex EB 0 88 0 64 2A 8 145 64 2E
Octal 353 0 210 0 144 52 10 505 144 56
Binary 11101011 0 10001000 0 1100100 101010 1000 101000101 1100100 101110

Color Harmonies of #EB0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0088

Black with #EB0088

Text Example


Text Example

White with #EB0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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