#EF2D6F

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

Shades of Cerise #EF2D6F

Tints of Cerise #EF2D6F

Color information

#EF2D6F (or 0xEF2D6F) is unknown color: approx Cerise. HEX triplet: EF, 2D and 6F. RGB value is (239,45,111). Sum of RGB (Red+Green+Blue) = 239+45+111=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D6F is #10D290. Grayscale: #6E6E6E. Windows color (decimal): -1102481 or 7286255. OLE color: 7286255.

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

Color convert

RGB23945111-
CMYK00.810.540.06
HSL339.59º85.84%55.69%-
HSV(B)339.59º81.17%93.73%-
XYZ39.421.3817.09-
YUV110.53128.27219.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.51%
GREEN value IS 45 (17.97% from 255) = 11.39%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=60.51%
G=11.39%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394511100.810.540.06339.5985.8455.69
HexEF2D6F0513661545638
Octal35755157012166652412670
Binary111011111011011101111010100011101101101010101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D6F; }

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

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

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

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

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

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

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

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