#eb2e87

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

Shades of Deep Cerise #EB2E87

Tints of Deep Cerise #EB2E87

Color information

#EB2E87 (or 0xEB2E87) is unknown color: approx Deep Cerise. HEX triplet: EB, 2E and 87. RGB value is (235,46,135). Sum of RGB (Red+Green+Blue) = 235+46+135=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2E87 is #14D178. Grayscale: #707070. Windows color (decimal): -1364345 or 8859371. OLE color: 8859371.

HSL color Cylindrical-coordinate representation of color #EB2E87: hue angle of 331.75º degrees, saturation: 0.83, 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 #EB2E87 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB23546135-
CMYK00.800.430.08
HSL331.75º82.53%55.1%-
HSV(B)331.75º80.43%92.16%-
XYZ39.6121.3724.96-
YUV112.66140.62215.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.49%
GREEN value IS 46 (18.36% from 255) = 11.06%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=56.49%
G=11.06%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354613500.800.430.08331.7582.5355.1
HexEB2E870502B814c5337
Octal353562070120531051412367
Binary11101011101110100001110101000010101110001010011001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb2e87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb2e87; }

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

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

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

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

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

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

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

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