Html Css Color HEX #EB0192 Hollywood Cerise

📋 copy color: '#EB0192'

red 235 ◦ green 1 ◦ blue 146

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

Shades of Hollywood Cerise #EB0192

Tints of Hollywood Cerise #EB0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 61.52%
G = 0.26%
B = 38.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB0192 (or 0xEB0192) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 92. RGB value is (235,1,146). Sum of RGB (Red+Green+Blue) = 235+1+146=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0192 is #14FE6D. Grayscale: #575757. Windows color (decimal): -1375854 or 9568747. OLE color: 9568747.

HSL color Cylindrical-coordinate representation of color #EB0192: hue angle of 322.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0192 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 146 -
CMYK 0 1.00 0.38 0.08
HSL 322.82º 0.99% 0.46% -
HSV(B) 322.82º 1% 0.92% -
XYZ 39.46 19.76 28.93 -
YUV 87.5 161.02 233.21 -
System Red Green Blue C M Y K H S L
Decimal 235 1 146 0 1.00 0.38 0.08 322.82 0.99 0.46
Hex EB 1 92 0 64 26 8 143 63 2E
Octal 353 1 222 0 144 46 10 503 143 56
Binary 11101011 1 10010010 0 1100100 100110 1000 101000011 1100011 101110

Color Harmonies of #EB0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0192

Black with #EB0192

Text Example


Text Example

White with #EB0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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