#EB2F89

Color #EB2F89 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #EB2F89

Tints of Deep Cerise #EB2F89

Color information

#EB2F89 (or 0xEB2F89) is unknown color: approx Deep Cerise. HEX triplet: EB, 2F and 89. RGB value is (235,47,137). Sum of RGB (Red+Green+Blue) = 235+47+137=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2F89 is #14D076. Grayscale: #717171. Windows color (decimal): -1364087 or 8990699. OLE color: 8990699.

HSL color Cylindrical-coordinate representation of color #EB2F89: hue angle of 331.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2F89 is Cyan = 0, Magento = 0.8, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB23547137-
CMYK00.80.420.08
HSL331.28º82.46%55.29%-
HSV(B)331.28º80%92.16%-
XYZ39.7921.525.72-
YUV113.47141.28214.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 47 (18.75% from 255) = 11.22%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=56.09%
G=11.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354713700.80.420.08331.2882.4655.29
HexEB2F890502A814b5237
Octal353572110120521051312267
Binary11101011101111100010010101000010101010001010010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F89; }

 p { color: rgb(235,47,137); }

 H1.HeaderClassName
 {
   color: #EB2F89;
 }
 .AnyTagClassName
 {
   color: #EB2F89;
 }
</style>
background-color css

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

 a { background-color: rgb(235,47,137); }

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

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

 span { border-color: rgb(235,47,137); }

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