Shades of Persian Rose #ED29AA
Tints of Persian Rose #ED29AA
RGB
CMYK
RGB Variations
Color information
#ED29AA (or 0xED29AA) is known color: Persian Rose. HEX triplet: ED, 29 and AA. RGB value is (237,41,170). Sum of RGB (Red+Green+Blue) = 237+41+170=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED29AA is #12D655. Grayscale: #717171. Windows color (decimal): -1234518 or 11151853. OLE color: 11151853.
HSL color Cylindrical-coordinate representation of color #ED29AA: hue angle of 320.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29AA is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 170 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.07 |
| HSL | 320.51º | 0.84% | 0.55% | - |
| HSV(B) | 320.51º | 0.83% | 0.93% | - |
| XYZ | 42.97 | 22.49 | 40.11 | - |
| YUV | 114.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 170 | 0 | 0.83 | 0.28 | 0.07 | 320.51 | 0.84 | 0.55 |
| Hex | ED | 29 | AA | 0 | 53 | 1C | 7 | 141 | 54 | 37 |
| Octal | 355 | 51 | 252 | 0 | 123 | 34 | 7 | 501 | 124 | 67 |
| Binary | 11101101 | 101001 | 10101010 | 0 | 1010011 | 11100 | 111 | 101000001 | 1010100 | 110111 |
Color Harmonies of #ED29AA
Complementary color
Monochromatic Colors of #ED29AA
Black with #ED29AA
Text Example
Text Example
White with #ED29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29AA; }
p { color: rgb(237,41,170); }
H1.HeaderClassName
{
color: #ED29AA;
}
.AnyTagClassName
{
color: #ED29AA;
}
</style>
background-color css
<style>
a { background-color: #ED29AA; }
a { background-color: rgb(237,41,170); }
div.DivClassName
{
background-color: #ED29AA;
}
.BgClassName
{
background-color: #ED29AA;
}
</style>
border-color css
<style>
span { border-color: #ED29AA; }
span { border-color: rgb(237,41,170); }
td.TdClassName
{
border-color: #ED29AA;
}
.TagClassName
{
border-color: #ED29AA;
}
</style>