#EF2D5F

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

Shades of Cerise #EF2D5F

Tints of Cerise #EF2D5F

Color information

#EF2D5F (or 0xEF2D5F) is unknown color: approx Cerise. HEX triplet: EF, 2D and 5F. RGB value is (239,45,95). Sum of RGB (Red+Green+Blue) = 239+45+95=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D5F is #10D2A0. Grayscale: #6C6C6C. Windows color (decimal): -1102497 or 6237679. OLE color: 6237679.

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

Color convert

RGB2394595-
CMYK00.810.600.06
HSL344.54º85.84%55.69%-
HSV(B)344.54º81.17%93.73%-
XYZ38.621.0512.86-
YUV108.71120.27220.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.06%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=63.06%
G=11.87%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239459500.810.600.06344.5485.8455.69
HexEF2D5F0513C61595638
Octal35755137012174653112670
Binary111011111011011011111010100011111001101010110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D5F; }

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

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

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

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

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

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

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

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