Html Css Color HEX #EB0092 Hollywood Cerise

📋 copy color: '#EB0092'

red 235 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #EB0092

Tints of Hollywood Cerise #EB0092

RGB

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

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

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

R = 61.68%
G = 0%
B = 38.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB0092 (or 0xEB0092) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 92. RGB value is (235,0,146). Sum of RGB (Red+Green+Blue) = 235+0+146=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0092 is #14FF6D. Grayscale: #565656. Windows color (decimal): -1376110 or 9568491. OLE color: 9568491.

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

Color convert

RGB 235 0 146 -
CMYK 0 1 0.38 0.08
HSL 322.72º 1% 0.46% -
HSV(B) 322.72º 1% 0.92% -
XYZ 39.45 19.74 28.92 -
YUV 86.91 161.36 233.63 -
System Red Green Blue C M Y K H S L
Decimal 235 0 146 0 1 0.38 0.08 322.72 1 0.46
Hex EB 0 92 0 64 26 8 143 64 2E
Octal 353 0 222 0 144 46 10 503 144 56
Binary 11101011 0 10010010 0 1100100 100110 1000 101000011 1100100 101110

Color Harmonies of #EB0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0092

Black with #EB0092

Text Example


Text Example

White with #EB0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0092; }

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

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

background-color css

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

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

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

border-color css

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

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

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