#EC3C74

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

Shades of Cerise #EC3C74

Tints of Cerise #EC3C74

Color information

#EC3C74 (or 0xEC3C74) is unknown color: approx Cerise. HEX triplet: EC, 3C and 74. RGB value is (236,60,116). Sum of RGB (Red+Green+Blue) = 236+60+116=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C74 is #13C38B. Grayscale: #767676. Windows color (decimal): -1295244 or 7617772. OLE color: 7617772.

HSL color Cylindrical-coordinate representation of color #EC3C74: hue angle of 340.91º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C74 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB23660116-
CMYK00.750.510.07
HSL340.91º82.24%58.04%-
HSV(B)340.91º74.58%92.55%-
XYZ39.3622.3318.76-
YUV119.01126.31211.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.28%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=57.28%
G=14.56%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366011600.750.510.07340.9182.2458.04
HexEC3C7404B337155523a
Octal35474164011363752512272
Binary111011001111001110100010010111100111111010101011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3C74; }

 p { color: rgb(236,60,116); }

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

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

 a { background-color: rgb(236,60,116); }

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

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

 span { border-color: rgb(236,60,116); }

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