#EB2D87

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

Shades of Deep Cerise #EB2D87

Tints of Deep Cerise #EB2D87

Color information

#EB2D87 (or 0xEB2D87) is unknown color: approx Deep Cerise. HEX triplet: EB, 2D and 87. RGB value is (235,45,135). Sum of RGB (Red+Green+Blue) = 235+45+135=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D87 is #14D278. Grayscale: #6F6F6F. Windows color (decimal): -1364601 or 8859115. OLE color: 8859115.

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

Color convert

RGB23545135-
CMYK00.810.430.08
HSL331.58º82.61%54.9%-
HSV(B)331.58º80.85%92.16%-
XYZ39.5721.2924.95-
YUV112.07140.95215.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.63%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=56.63%
G=10.84%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354513500.810.430.08331.5882.6154.9
HexEB2D870512B814c5337
Octal353552070121531051412367
Binary11101011101101100001110101000110101110001010011001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2D87; }

 p { color: rgb(235,45,135); }

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

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

 a { background-color: rgb(235,45,135); }

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

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

 span { border-color: rgb(235,45,135); }

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