Shades of Persian Rose #ED27AA
Tints of Persian Rose #ED27AA
RGB
CMYK
RGB Variations
Color information
#ED27AA (or 0xED27AA) is known color: Persian Rose. HEX triplet: ED, 27 and AA. RGB value is (237,39,170). Sum of RGB (Red+Green+Blue) = 237+39+170=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED27AA is #12D855. Grayscale: #707070. Windows color (decimal): -1235030 or 11151341. OLE color: 11151341.
HSL color Cylindrical-coordinate representation of color #ED27AA: hue angle of 320.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27AA is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 170 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.07 |
| HSL | 320.3º | 0.85% | 0.54% | - |
| HSV(B) | 320.3º | 0.84% | 0.93% | - |
| XYZ | 42.91 | 22.36 | 40.08 | - |
| YUV | 113.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 170 | 0 | 0.84 | 0.28 | 0.07 | 320.3 | 0.85 | 0.54 |
| Hex | ED | 27 | AA | 0 | 54 | 1C | 7 | 140 | 55 | 36 |
| Octal | 355 | 47 | 252 | 0 | 124 | 34 | 7 | 500 | 125 | 66 |
| Binary | 11101101 | 100111 | 10101010 | 0 | 1010100 | 11100 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #ED27AA
Complementary color
Monochromatic Colors of #ED27AA
Black with #ED27AA
Text Example
Text Example
White with #ED27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27AA; }
p { color: rgb(237,39,170); }
H1.HeaderClassName
{
color: #ED27AA;
}
.AnyTagClassName
{
color: #ED27AA;
}
</style>
background-color css
<style>
a { background-color: #ED27AA; }
a { background-color: rgb(237,39,170); }
div.DivClassName
{
background-color: #ED27AA;
}
.BgClassName
{
background-color: #ED27AA;
}
</style>
border-color css
<style>
span { border-color: #ED27AA; }
span { border-color: rgb(237,39,170); }
td.TdClassName
{
border-color: #ED27AA;
}
.TagClassName
{
border-color: #ED27AA;
}
</style>