#EF2E87

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

Shades of Deep Cerise #EF2E87

Tints of Deep Cerise #EF2E87

Color information

#EF2E87 (or 0xEF2E87) is unknown color: approx Deep Cerise. HEX triplet: EF, 2E and 87. RGB value is (239,46,135). Sum of RGB (Red+Green+Blue) = 239+46+135=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E87 is #10D178. Grayscale: #717171. Windows color (decimal): -1102201 or 8859375. OLE color: 8859375.

HSL color Cylindrical-coordinate representation of color #EF2E87: hue angle of 332.33º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E87 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB23946135-
CMYK00.810.440.06
HSL332.33º85.78%55.88%-
HSV(B)332.33º80.75%93.73%-
XYZ40.9522.0525.02-
YUV113.85139.94217.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.90%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=56.90%
G=10.95%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394613500.810.440.06332.3385.7855.88
HexEF2E870512C614c5638
Octal35756207012154651412670
Binary1110111110111010000111010100011011001101010011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2E87; }

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

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

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

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

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

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

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

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