Shades of Persian Rose #EC30A8
Tints of Persian Rose #EC30A8
RGB
CMYK
RGB Variations
Color information
#EC30A8 (or 0xEC30A8) is known color: Persian Rose. HEX triplet: EC, 30 and A8. RGB value is (236,48,168). Sum of RGB (Red+Green+Blue) = 236+48+168=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC30A8 is #13CF57. Grayscale: #757575. Windows color (decimal): -1298264 or 11022572. OLE color: 11022572.
HSL color Cylindrical-coordinate representation of color #EC30A8: hue angle of 321.7º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30A8 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 168 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.07 |
| HSL | 321.7º | 0.83% | 0.56% | - |
| HSV(B) | 321.7º | 0.8% | 0.93% | - |
| XYZ | 42.72 | 22.77 | 39.19 | - |
| YUV | 117.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 168 | 0 | 0.80 | 0.29 | 0.07 | 321.7 | 0.83 | 0.56 |
| Hex | EC | 30 | A8 | 0 | 50 | 1D | 7 | 142 | 53 | 38 |
| Octal | 354 | 60 | 250 | 0 | 120 | 35 | 7 | 502 | 123 | 70 |
| Binary | 11101100 | 110000 | 10101000 | 0 | 1010000 | 11101 | 111 | 101000010 | 1010011 | 111000 |
Color Harmonies of #EC30A8
Complementary color
Monochromatic Colors of #EC30A8
Black with #EC30A8
Text Example
Text Example
White with #EC30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30A8; }
p { color: rgb(236,48,168); }
H1.HeaderClassName
{
color: #EC30A8;
}
.AnyTagClassName
{
color: #EC30A8;
}
</style>
background-color css
<style>
a { background-color: #EC30A8; }
a { background-color: rgb(236,48,168); }
div.DivClassName
{
background-color: #EC30A8;
}
.BgClassName
{
background-color: #EC30A8;
}
</style>
border-color css
<style>
span { border-color: #EC30A8; }
span { border-color: rgb(236,48,168); }
td.TdClassName
{
border-color: #EC30A8;
}
.TagClassName
{
border-color: #EC30A8;
}
</style>