Shades of Persian Rose #ED28AA
Tints of Persian Rose #ED28AA
RGB
CMYK
RGB Variations
Color information
#ED28AA (or 0xED28AA) is known color: Persian Rose. HEX triplet: ED, 28 and AA. RGB value is (237,40,170). Sum of RGB (Red+Green+Blue) = 237+40+170=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED28AA is #12D755. Grayscale: #717171. Windows color (decimal): -1234774 or 11151597. OLE color: 11151597.
HSL color Cylindrical-coordinate representation of color #ED28AA: hue angle of 320.41º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28AA is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 170 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.07 |
| HSL | 320.41º | 0.85% | 0.54% | - |
| HSV(B) | 320.41º | 0.83% | 0.93% | - |
| XYZ | 42.94 | 22.42 | 40.1 | - |
| YUV | 113.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 170 | 0 | 0.83 | 0.28 | 0.07 | 320.41 | 0.85 | 0.54 |
| Hex | ED | 28 | AA | 0 | 53 | 1C | 7 | 140 | 55 | 36 |
| Octal | 355 | 50 | 252 | 0 | 123 | 34 | 7 | 500 | 125 | 66 |
| Binary | 11101101 | 101000 | 10101010 | 0 | 1010011 | 11100 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #ED28AA
Complementary color
Monochromatic Colors of #ED28AA
Black with #ED28AA
Text Example
Text Example
White with #ED28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28AA; }
p { color: rgb(237,40,170); }
H1.HeaderClassName
{
color: #ED28AA;
}
.AnyTagClassName
{
color: #ED28AA;
}
</style>
background-color css
<style>
a { background-color: #ED28AA; }
a { background-color: rgb(237,40,170); }
div.DivClassName
{
background-color: #ED28AA;
}
.BgClassName
{
background-color: #ED28AA;
}
</style>
border-color css
<style>
span { border-color: #ED28AA; }
span { border-color: rgb(237,40,170); }
td.TdClassName
{
border-color: #ED28AA;
}
.TagClassName
{
border-color: #ED28AA;
}
</style>