Html Css Color HEX #EB0297 Hollywood Cerise

📋 copy color: '#EB0297'

red 235 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #EB0297

Tints of Hollywood Cerise #EB0297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 60.57%
G = 0.52%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB0297 (or 0xEB0297) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 97. RGB value is (235,2,151). Sum of RGB (Red+Green+Blue) = 235+2+151=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0297 is #14FD68. Grayscale: #585858. Windows color (decimal): -1375593 or 9896683. OLE color: 9896683.

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

Color convert

RGB 235 2 151 -
CMYK 0 0.99 0.36 0.08
HSL 321.63º 0.98% 0.46% -
HSV(B) 321.63º 0.99% 0.92% -
XYZ 39.87 19.94 31.03 -
YUV 88.65 163.19 232.38 -
System Red Green Blue C M Y K H S L
Decimal 235 2 151 0 0.99 0.36 0.08 321.63 0.98 0.46
Hex EB 2 97 0 63 24 8 142 62 2E
Octal 353 2 227 0 143 44 10 502 142 56
Binary 11101011 10 10010111 0 1100011 100100 1000 101000010 1100010 101110

Color Harmonies of #EB0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0297

Black with #EB0297

Text Example


Text Example

White with #EB0297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0297; }

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

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

background-color css

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

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

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

border-color css

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

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

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