#EF2D77

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

Shades of Cerise #EF2D77

Tints of Cerise #EF2D77

Color information

#EF2D77 (or 0xEF2D77) is unknown color: approx Cerise. HEX triplet: EF, 2D and 77. RGB value is (239,45,119). Sum of RGB (Red+Green+Blue) = 239+45+119=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D77 is #10D288. Grayscale: #6F6F6F. Windows color (decimal): -1102473 or 7810543. OLE color: 7810543.

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

Color convert

RGB23945119-
CMYK00.810.500.06
HSL337.11º85.84%55.69%-
HSV(B)337.11º81.17%93.73%-
XYZ39.8621.5619.51-
YUV111.44132.27218.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.31%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=59.31%
G=11.17%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394511900.810.500.06337.1185.8455.69
HexEF2D770513261515638
Octal35755167012162652112670
Binary111011111011011110111010100011100101101010100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D77; }

 p { color: rgb(239,45,119); }

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

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

 a { background-color: rgb(239,45,119); }

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

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

 span { border-color: rgb(239,45,119); }

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