#EF2E88

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

Shades of Deep Cerise #EF2E88

Tints of Deep Cerise #EF2E88

Color information

#EF2E88 (or 0xEF2E88) is unknown color: approx Deep Cerise. HEX triplet: EF, 2E and 88. RGB value is (239,46,136). Sum of RGB (Red+Green+Blue) = 239+46+136=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E88 is #10D177. Grayscale: #717171. Windows color (decimal): -1102200 or 8924911. OLE color: 8924911.

HSL color Cylindrical-coordinate representation of color #EF2E88: hue angle of 332.02º 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 #EF2E88 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB23946136-
CMYK00.810.430.06
HSL332.02º85.78%55.88%-
HSV(B)332.02º80.75%93.73%-
XYZ41.0222.0825.39-
YUV113.97140.44217.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.77%
GREEN value IS 46 (18.36% from 255) = 10.93%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=56.77%
G=10.93%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394613600.810.430.06332.0285.7855.88
HexEF2E880512B614c5638
Octal35756210012153651412670
Binary1110111110111010001000010100011010111101010011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2E88; }

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

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

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

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

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

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

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

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