#EC2EA3

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

Shades of Persian Rose #EC2EA3

Tints of Persian Rose #EC2EA3

Color information

#EC2EA3 (or 0xEC2EA3) is unknown color: approx Persian Rose. HEX triplet: EC, 2E and A3. RGB value is (236,46,163). Sum of RGB (Red+Green+Blue) = 236+46+163=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2EA3 is #13D15C. Grayscale: #737373. Windows color (decimal): -1298781 or 10694380. OLE color: 10694380.

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

Color convert

RGB23646163-
CMYK00.810.310.07
HSL323.05º83.33%55.29%-
HSV(B)323.05º80.51%92.55%-
XYZ42.1822.4336.76-
YUV116.15154.45213.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.03%
GREEN value IS 46 (18.36% from 255) = 10.34%
BLUE value IS 163 (64.06% from 255) = 36.63%
R=53.03%
G=10.34%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364616300.810.310.07323.0583.3355.29
HexEC2EA30511F71435337
Octal35456243012137750312367
Binary111011001011101010001101010001111111111010000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2EA3; }

 p { color: rgb(236,46,163); }

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

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

 a { background-color: rgb(236,46,163); }

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

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

 span { border-color: rgb(236,46,163); }

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