Html Css Color HEX #EB0592 Hollywood Cerise

📋 copy color: '#EB0592'

red 235 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #EB0592

Tints of Hollywood Cerise #EB0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 60.88%
G = 1.3%
B = 37.82%

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

#EB0592 (or 0xEB0592) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 92. RGB value is (235,5,146). Sum of RGB (Red+Green+Blue) = 235+5+146=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0592 is #14FA6D. Grayscale: #595959. Windows color (decimal): -1374830 or 9569771. OLE color: 9569771.

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

Color convert

RGB 235 5 146 -
CMYK 0 0.98 0.38 0.08
HSL 323.22º 0.96% 0.47% -
HSV(B) 323.22º 0.98% 0.92% -
XYZ 39.5 19.85 28.94 -
YUV 89.84 159.7 231.54 -
System Red Green Blue C M Y K H S L
Decimal 235 5 146 0 0.98 0.38 0.08 323.22 0.96 0.47
Hex EB 5 92 0 62 26 8 143 60 2F
Octal 353 5 222 0 142 46 10 503 140 57
Binary 11101011 101 10010010 0 1100010 100110 1000 101000011 1100000 101111

Color Harmonies of #EB0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0592

Black with #EB0592

Text Example


Text Example

White with #EB0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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