Html Css Color HEX #EB0198 Hollywood Cerise

📋 copy color: '#EB0198'

red 235 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #EB0198

Tints of Hollywood Cerise #EB0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 60.57%
G = 0.26%
B = 39.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB0198 (or 0xEB0198) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 98. RGB value is (235,1,152). Sum of RGB (Red+Green+Blue) = 235+1+152=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0198 is #14FE67. Grayscale: #575757. Windows color (decimal): -1375848 or 9961963. OLE color: 9961963.

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

Color convert

RGB 235 1 152 -
CMYK 0 1.00 0.35 0.08
HSL 321.28º 0.99% 0.46% -
HSV(B) 321.28º 1% 0.92% -
XYZ 39.94 19.95 31.45 -
YUV 88.18 164.02 232.72 -
System Red Green Blue C M Y K H S L
Decimal 235 1 152 0 1.00 0.35 0.08 321.28 0.99 0.46
Hex EB 1 98 0 64 23 8 141 63 2E
Octal 353 1 230 0 144 43 10 501 143 56
Binary 11101011 1 10011000 0 1100100 100011 1000 101000001 1100011 101110

Color Harmonies of #EB0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0198

Black with #EB0198

Text Example


Text Example

White with #EB0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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