#EC2A9F

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

Shades of Persian Rose #EC2A9F

Tints of Persian Rose #EC2A9F

Color information

#EC2A9F (or 0xEC2A9F) is unknown color: approx Persian Rose. HEX triplet: EC, 2A and 9F. RGB value is (236,42,159). Sum of RGB (Red+Green+Blue) = 236+42+159=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2A9F is #13D560. Grayscale: #717171. Windows color (decimal): -1299809 or 10431212. OLE color: 10431212.

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

Color convert

RGB23642159-
CMYK00.820.330.07
HSL323.81º83.62%54.51%-
HSV(B)323.81º82.2%92.55%-
XYZ41.6821.9934.85-
YUV113.34153.77215.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 42 (16.80% from 255) = 9.61%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=54.00%
G=9.61%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364215900.820.330.07323.8183.6254.51
HexEC2A9F0522171445437
Octal35452237012241750412467
Binary1110110010101010011111010100101000011111010001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A9F; }

 p { color: rgb(236,42,159); }

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

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

 a { background-color: rgb(236,42,159); }

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

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

 span { border-color: rgb(236,42,159); }

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