#EC2FA9

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

Shades of Persian Rose #EC2FA9

Tints of Persian Rose #EC2FA9

Color information

#EC2FA9 (or 0xEC2FA9) is unknown color: approx Persian Rose. HEX triplet: EC, 2F and A9. RGB value is (236,47,169). Sum of RGB (Red+Green+Blue) = 236+47+169=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2FA9 is #13D056. Grayscale: #757575. Windows color (decimal): -1298519 or 11087852. OLE color: 11087852.

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

Color convert

RGB23647169-
CMYK00.800.280.07
HSL321.27º83.26%55.49%-
HSV(B)321.27º80.08%92.55%-
XYZ42.7722.7339.67-
YUV117.42157.12212.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 47 (18.75% from 255) = 10.40%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=52.21%
G=10.40%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364716900.800.280.07321.2783.2655.49
HexEC2FA90501C71415337
Octal35457251012034750112367
Binary111011001011111010100101010000111001111010000011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2FA9; }

 p { color: rgb(236,47,169); }

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

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

 a { background-color: rgb(236,47,169); }

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

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

 span { border-color: rgb(236,47,169); }

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