Html Css Color HEX #EB0295 Hollywood Cerise

📋 copy color: '#EB0295'

red 235 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #EB0295

Tints of Hollywood Cerise #EB0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 60.88%
G = 0.52%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB0295 (or 0xEB0295) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 95. RGB value is (235,2,149). Sum of RGB (Red+Green+Blue) = 235+2+149=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0295 is #14FD6A. Grayscale: #585858. Windows color (decimal): -1375595 or 9765611. OLE color: 9765611.

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

Color convert

RGB 235 2 149 -
CMYK 0 0.99 0.37 0.08
HSL 322.15º 0.98% 0.46% -
HSV(B) 322.15º 0.99% 0.92% -
XYZ 39.71 19.88 30.18 -
YUV 88.43 162.19 232.55 -
System Red Green Blue C M Y K H S L
Decimal 235 2 149 0 0.99 0.37 0.08 322.15 0.98 0.46
Hex EB 2 95 0 63 25 8 142 62 2E
Octal 353 2 225 0 143 45 10 502 142 56
Binary 11101011 10 10010101 0 1100011 100101 1000 101000010 1100010 101110

Color Harmonies of #EB0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0295

Black with #EB0295

Text Example


Text Example

White with #EB0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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