Shades of Persian Rose #ED30AA
Tints of Persian Rose #ED30AA
RGB
CMYK
RGB Variations
Color information
#ED30AA (or 0xED30AA) is known color: Persian Rose. HEX triplet: ED, 30 and AA. RGB value is (237,48,170). Sum of RGB (Red+Green+Blue) = 237+48+170=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED30AA is #12CF55. Grayscale: #767676. Windows color (decimal): -1232726 or 11153645. OLE color: 11153645.
HSL color Cylindrical-coordinate representation of color #ED30AA: hue angle of 321.27º degrees, saturation: 0.84, 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 #ED30AA is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 170 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.07 |
| HSL | 321.27º | 0.84% | 0.56% | - |
| HSV(B) | 321.27º | 0.8% | 0.93% | - |
| XYZ | 43.24 | 23.02 | 40.19 | - |
| YUV | 118.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 170 | 0 | 0.80 | 0.28 | 0.07 | 321.27 | 0.84 | 0.56 |
| Hex | ED | 30 | AA | 0 | 50 | 1C | 7 | 141 | 54 | 38 |
| Octal | 355 | 60 | 252 | 0 | 120 | 34 | 7 | 501 | 124 | 70 |
| Binary | 11101101 | 110000 | 10101010 | 0 | 1010000 | 11100 | 111 | 101000001 | 1010100 | 111000 |
Color Harmonies of #ED30AA
Complementary color
Monochromatic Colors of #ED30AA
Black with #ED30AA
Text Example
Text Example
White with #ED30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30AA; }
p { color: rgb(237,48,170); }
H1.HeaderClassName
{
color: #ED30AA;
}
.AnyTagClassName
{
color: #ED30AA;
}
</style>
background-color css
<style>
a { background-color: #ED30AA; }
a { background-color: rgb(237,48,170); }
div.DivClassName
{
background-color: #ED30AA;
}
.BgClassName
{
background-color: #ED30AA;
}
</style>
border-color css
<style>
span { border-color: #ED30AA; }
span { border-color: rgb(237,48,170); }
td.TdClassName
{
border-color: #ED30AA;
}
.TagClassName
{
border-color: #ED30AA;
}
</style>