Html Css Color HEX #EB0992 Hollywood Cerise

📋 copy color: '#EB0992'

red 235 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #EB0992

Tints of Hollywood Cerise #EB0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

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

R = 60.26%
G = 2.31%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB0992 (or 0xEB0992) is known color: Hollywood Cerise. HEX triplet: EB, 09 and 92. RGB value is (235,9,146). Sum of RGB (Red+Green+Blue) = 235+9+146=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0992 is #14F66D. Grayscale: #5B5B5B. Windows color (decimal): -1373806 or 9570795. OLE color: 9570795.

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

Color convert

RGB 235 9 146 -
CMYK 0 0.96 0.38 0.08
HSL 323.63º 0.93% 0.48% -
HSV(B) 323.63º 0.96% 0.92% -
XYZ 39.55 19.93 28.96 -
YUV 92.19 158.37 229.86 -
System Red Green Blue C M Y K H S L
Decimal 235 9 146 0 0.96 0.38 0.08 323.63 0.93 0.48
Hex EB 9 92 0 60 26 8 144 5D 30
Octal 353 11 222 0 140 46 10 504 135 60
Binary 11101011 1001 10010010 0 1100000 100110 1000 101000100 1011101 110000

Color Harmonies of #EB0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0992

Black with #EB0992

Text Example


Text Example

White with #EB0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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