#EC2C9D

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

Shades of Persian Rose #EC2C9D

Tints of Persian Rose #EC2C9D

Color information

#EC2C9D (or 0xEC2C9D) is unknown color: approx Persian Rose. HEX triplet: EC, 2C and 9D. RGB value is (236,44,157). Sum of RGB (Red+Green+Blue) = 236+44+157=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2C9D is #13D362. Grayscale: #727272. Windows color (decimal): -1299299 or 10300652. OLE color: 10300652.

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

Color convert

RGB23644157-
CMYK00.810.330.07
HSL324.69º83.48%54.9%-
HSV(B)324.69º81.36%92.55%-
XYZ41.5822.0733.97-
YUV114.29152.11214.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 44 (17.58% from 255) = 10.07%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=54.00%
G=10.07%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364415700.810.330.07324.6983.4854.9
HexEC2C9D0512171455337
Octal35454235012141750512367
Binary1110110010110010011101010100011000011111010001011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2C9D; }

 p { color: rgb(236,44,157); }

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

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

 a { background-color: rgb(236,44,157); }

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

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

 span { border-color: rgb(236,44,157); }

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