#EF2B7C

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

Shades of Deep Cerise #EF2B7C

Tints of Deep Cerise #EF2B7C

Color information

#EF2B7C (or 0xEF2B7C) is unknown color: approx Deep Cerise. HEX triplet: EF, 2B and 7C. RGB value is (239,43,124). Sum of RGB (Red+Green+Blue) = 239+43+124=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2B7C is #10D483. Grayscale: #6E6E6E. Windows color (decimal): -1102980 or 8137711. OLE color: 8137711.

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

Color convert

RGB23943124-
CMYK00.820.480.06
HSL335.2º85.96%55.29%-
HSV(B)335.2º82.01%93.73%-
XYZ40.121.5321.11-
YUV110.84135.43219.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.87%
GREEN value IS 43 (17.19% from 255) = 10.59%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=58.87%
G=10.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394312400.820.480.06335.285.9655.29
HexEF2B7C05230614f5637
Octal35753174012260651712667
Binary111011111010111111100010100101100001101010011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2B7C; }

 p { color: rgb(239,43,124); }

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

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

 a { background-color: rgb(239,43,124); }

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

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

 span { border-color: rgb(239,43,124); }

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