Shades of Persian Rose #EC2AA2
Tints of Persian Rose #EC2AA2
RGB
CMYK
RGB Variations
Color information
#EC2AA2 (or 0xEC2AA2) is known color: Persian Rose. HEX triplet: EC, 2A and A2. RGB value is (236,42,162). Sum of RGB (Red+Green+Blue) = 236+42+162=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2AA2 is #13D55D. Grayscale: #717171. Windows color (decimal): -1299806 or 10627820. OLE color: 10627820.
HSL color Cylindrical-coordinate representation of color #EC2AA2: hue angle of 322.89º 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 #EC2AA2 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 162 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.07 |
| HSL | 322.89º | 0.84% | 0.55% | - |
| HSV(B) | 322.89º | 0.82% | 0.93% | - |
| XYZ | 41.94 | 22.1 | 36.24 | - |
| YUV | 113.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 162 | 0 | 0.82 | 0.31 | 0.07 | 322.89 | 0.84 | 0.55 |
| Hex | EC | 2A | A2 | 0 | 52 | 1F | 7 | 143 | 54 | 37 |
| Octal | 354 | 52 | 242 | 0 | 122 | 37 | 7 | 503 | 124 | 67 |
| Binary | 11101100 | 101010 | 10100010 | 0 | 1010010 | 11111 | 111 | 101000011 | 1010100 | 110111 |
Color Harmonies of #EC2AA2
Complementary color
Monochromatic Colors of #EC2AA2
Black with #EC2AA2
Text Example
Text Example
White with #EC2AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AA2; }
p { color: rgb(236,42,162); }
H1.HeaderClassName
{
color: #EC2AA2;
}
.AnyTagClassName
{
color: #EC2AA2;
}
</style>
background-color css
<style>
a { background-color: #EC2AA2; }
a { background-color: rgb(236,42,162); }
div.DivClassName
{
background-color: #EC2AA2;
}
.BgClassName
{
background-color: #EC2AA2;
}
</style>
border-color css
<style>
span { border-color: #EC2AA2; }
span { border-color: rgb(236,42,162); }
td.TdClassName
{
border-color: #EC2AA2;
}
.TagClassName
{
border-color: #EC2AA2;
}
</style>