Html Css Color HEX #EB0298 Hollywood Cerise

📋 copy color: '#EB0298'

red 235 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #EB0298

Tints of Hollywood Cerise #EB0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 60.41%
G = 0.51%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB0298 (or 0xEB0298) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 98. RGB value is (235,2,152). Sum of RGB (Red+Green+Blue) = 235+2+152=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0298 is #14FD67. Grayscale: #585858. Windows color (decimal): -1375592 or 9962219. OLE color: 9962219.

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

Color convert

RGB 235 2 152 -
CMYK 0 0.99 0.35 0.08
HSL 321.37º 0.98% 0.46% -
HSV(B) 321.37º 0.99% 0.92% -
XYZ 39.95 19.97 31.46 -
YUV 88.77 163.69 232.3 -
System Red Green Blue C M Y K H S L
Decimal 235 2 152 0 0.99 0.35 0.08 321.37 0.98 0.46
Hex EB 2 98 0 63 23 8 141 62 2E
Octal 353 2 230 0 143 43 10 501 142 56
Binary 11101011 10 10011000 0 1100011 100011 1000 101000001 1100010 101110

Color Harmonies of #EB0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0298

Black with #EB0298

Text Example


Text Example

White with #EB0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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