Shades of Persian Rose #EC22A7
Tints of Persian Rose #EC22A7
RGB
CMYK
RGB Variations
Color information
#EC22A7 (or 0xEC22A7) is known color: Persian Rose. HEX triplet: EC, 22 and A7. RGB value is (236,34,167). Sum of RGB (Red+Green+Blue) = 236+34+167=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC22A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC22A7 is #13DD58. Grayscale: #6D6D6D. Windows color (decimal): -1301849 or 10953452. OLE color: 10953452.
HSL color Cylindrical-coordinate representation of color #EC22A7: hue angle of 320.5º 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 #EC22A7 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 167 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.07 |
| HSL | 320.5º | 0.84% | 0.53% | - |
| HSV(B) | 320.5º | 0.86% | 0.93% | - |
| XYZ | 42.14 | 21.77 | 38.54 | - |
| YUV | 109.56 | 160.42 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 167 | 0 | 0.86 | 0.29 | 0.07 | 320.5 | 0.84 | 0.53 |
| Hex | EC | 22 | A7 | 0 | 56 | 1D | 7 | 140 | 54 | 35 |
| Octal | 354 | 42 | 247 | 0 | 126 | 35 | 7 | 500 | 124 | 65 |
| Binary | 11101100 | 100010 | 10100111 | 0 | 1010110 | 11101 | 111 | 101000000 | 1010100 | 110101 |
Color Harmonies of #EC22A7
Complementary color
Monochromatic Colors of #EC22A7
Black with #EC22A7
Text Example
Text Example
White with #EC22A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC22A7; }
p { color: rgb(236,34,167); }
H1.HeaderClassName
{
color: #EC22A7;
}
.AnyTagClassName
{
color: #EC22A7;
}
</style>
background-color css
<style>
a { background-color: #EC22A7; }
a { background-color: rgb(236,34,167); }
div.DivClassName
{
background-color: #EC22A7;
}
.BgClassName
{
background-color: #EC22A7;
}
</style>
border-color css
<style>
span { border-color: #EC22A7; }
span { border-color: rgb(236,34,167); }
td.TdClassName
{
border-color: #EC22A7;
}
.TagClassName
{
border-color: #EC22A7;
}
</style>