Shades of Persian Rose #ED31AA
Tints of Persian Rose #ED31AA
RGB
CMYK
RGB Variations
Color information
#ED31AA (or 0xED31AA) is known color: Persian Rose. HEX triplet: ED, 31 and AA. RGB value is (237,49,170). Sum of RGB (Red+Green+Blue) = 237+49+170=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED31AA is #12CE55. Grayscale: #767676. Windows color (decimal): -1232470 or 11153901. OLE color: 11153901.
HSL color Cylindrical-coordinate representation of color #ED31AA: hue angle of 321.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED31AA is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 170 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.07 |
| HSL | 321.38º | 0.84% | 0.56% | - |
| HSV(B) | 321.38º | 0.79% | 0.93% | - |
| XYZ | 43.28 | 23.1 | 40.21 | - |
| YUV | 119.01 | 156.78 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 170 | 0 | 0.79 | 0.28 | 0.07 | 321.38 | 0.84 | 0.56 |
| Hex | ED | 31 | AA | 0 | 4F | 1C | 7 | 141 | 54 | 38 |
| Octal | 355 | 61 | 252 | 0 | 117 | 34 | 7 | 501 | 124 | 70 |
| Binary | 11101101 | 110001 | 10101010 | 0 | 1001111 | 11100 | 111 | 101000001 | 1010100 | 111000 |
Color Harmonies of #ED31AA
Complementary color
Monochromatic Colors of #ED31AA
Black with #ED31AA
Text Example
Text Example
White with #ED31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED31AA; }
p { color: rgb(237,49,170); }
H1.HeaderClassName
{
color: #ED31AA;
}
.AnyTagClassName
{
color: #ED31AA;
}
</style>
background-color css
<style>
a { background-color: #ED31AA; }
a { background-color: rgb(237,49,170); }
div.DivClassName
{
background-color: #ED31AA;
}
.BgClassName
{
background-color: #ED31AA;
}
</style>
border-color css
<style>
span { border-color: #ED31AA; }
span { border-color: rgb(237,49,170); }
td.TdClassName
{
border-color: #ED31AA;
}
.TagClassName
{
border-color: #ED31AA;
}
</style>