#EF3C70

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

Shades of Cerise #EF3C70

Tints of Cerise #EF3C70

Color information

#EF3C70 (or 0xEF3C70) is unknown color: approx Cerise. HEX triplet: EF, 3C and 70. RGB value is (239,60,112). Sum of RGB (Red+Green+Blue) = 239+60+112=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3C70 is #10C38F. Grayscale: #777777. Windows color (decimal): -1098640 or 7355631. OLE color: 7355631.

HSL color Cylindrical-coordinate representation of color #EF3C70: hue angle of 342.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3C70 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB23960112-
CMYK00.750.530.06
HSL342.57º84.83%58.63%-
HSV(B)342.57º74.9%93.73%-
XYZ40.1422.7517.61-
YUV119.45123.8213.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.15%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=58.15%
G=14.60%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396011200.750.530.06342.5784.8358.63
HexEF3C7004B356157553b
Octal35774160011365652712573
Binary111011111111001110000010010111101011101010101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3C70; }

 p { color: rgb(239,60,112); }

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

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

 a { background-color: rgb(239,60,112); }

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

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

 span { border-color: rgb(239,60,112); }

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