Html Css Color HEX #EB0591 Hollywood Cerise

📋 copy color: '#EB0591'

red 235 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #EB0591

Tints of Hollywood Cerise #EB0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 61.04%
G = 1.3%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB0591 (or 0xEB0591) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 91. RGB value is (235,5,145). Sum of RGB (Red+Green+Blue) = 235+5+145=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0591 is #14FA6E. Grayscale: #595959. Windows color (decimal): -1374831 or 9504235. OLE color: 9504235.

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

Color convert

RGB 235 5 145 -
CMYK 0 0.98 0.38 0.08
HSL 323.48º 0.96% 0.47% -
HSV(B) 323.48º 0.98% 0.92% -
XYZ 39.43 19.82 28.53 -
YUV 89.73 159.2 231.62 -
System Red Green Blue C M Y K H S L
Decimal 235 5 145 0 0.98 0.38 0.08 323.48 0.96 0.47
Hex EB 5 91 0 62 26 8 143 60 2F
Octal 353 5 221 0 142 46 10 503 140 57
Binary 11101011 101 10010001 0 1100010 100110 1000 101000011 1100000 101111

Color Harmonies of #EB0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0591

Black with #EB0591

Text Example


Text Example

White with #EB0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0591; }

 p { color: rgb(235,5,145); }

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

background-color css

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

 a { background-color: rgb(235,5,145); }

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

border-color css

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

 span { border-color: rgb(235,5,145); }

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