Shades of Persian Rose #EC21A3
Tints of Persian Rose #EC21A3
RGB
CMYK
RGB Variations
Color information
#EC21A3 (or 0xEC21A3) is known color: Persian Rose. HEX triplet: EC, 21 and A3. RGB value is (236,33,163). Sum of RGB (Red+Green+Blue) = 236+33+163=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC21A3 is #13DE5C. Grayscale: #6C6C6C. Windows color (decimal): -1302109 or 10691052. OLE color: 10691052.
HSL color Cylindrical-coordinate representation of color #EC21A3: hue angle of 321.58º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC21A3 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 163 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.07 |
| HSL | 321.58º | 0.84% | 0.53% | - |
| HSV(B) | 321.58º | 0.86% | 0.93% | - |
| XYZ | 41.75 | 21.56 | 36.61 | - |
| YUV | 108.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 163 | 0 | 0.86 | 0.31 | 0.07 | 321.58 | 0.84 | 0.53 |
| Hex | EC | 21 | A3 | 0 | 56 | 1F | 7 | 142 | 54 | 35 |
| Octal | 354 | 41 | 243 | 0 | 126 | 37 | 7 | 502 | 124 | 65 |
| Binary | 11101100 | 100001 | 10100011 | 0 | 1010110 | 11111 | 111 | 101000010 | 1010100 | 110101 |
Color Harmonies of #EC21A3
Complementary color
Monochromatic Colors of #EC21A3
Black with #EC21A3
Text Example
Text Example
White with #EC21A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21A3; }
p { color: rgb(236,33,163); }
H1.HeaderClassName
{
color: #EC21A3;
}
.AnyTagClassName
{
color: #EC21A3;
}
</style>
background-color css
<style>
a { background-color: #EC21A3; }
a { background-color: rgb(236,33,163); }
div.DivClassName
{
background-color: #EC21A3;
}
.BgClassName
{
background-color: #EC21A3;
}
</style>
border-color css
<style>
span { border-color: #EC21A3; }
span { border-color: rgb(236,33,163); }
td.TdClassName
{
border-color: #EC21A3;
}
.TagClassName
{
border-color: #EC21A3;
}
</style>