#ec2d73

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

Shades of Cerise #EC2D73

Tints of Cerise #EC2D73

Color information

#EC2D73 (or 0xEC2D73) is unknown color: approx Cerise. HEX triplet: EC, 2D and 73. RGB value is (236,45,115). Sum of RGB (Red+Green+Blue) = 236+45+115=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2D73 is #13D28C. Grayscale: #6E6E6E. Windows color (decimal): -1299085 or 7548396. OLE color: 7548396.

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

Color convert

RGB23645115-
CMYK00.810.510.07
HSL338.01º83.41%55.1%-
HSV(B)338.01º80.93%92.55%-
XYZ38.6220.9518.23-
YUV110.09130.78217.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.60%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=59.60%
G=11.36%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364511500.810.510.07338.0183.4155.1
HexEC2D730513371525337
Octal35455163012163752212367
Binary111011001011011110011010100011100111111010100101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec2d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec2d73; }

 p { color: rgb(236,45,115); }

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

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

 a { background-color: rgb(236,45,115); }

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

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

 span { border-color: rgb(236,45,115); }

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