Shades of Persian Rose #ED28A6
Tints of Persian Rose #ED28A6
RGB
CMYK
RGB Variations
Color information
#ED28A6 (or 0xED28A6) is known color: Persian Rose. HEX triplet: ED, 28 and A6. RGB value is (237,40,166). Sum of RGB (Red+Green+Blue) = 237+40+166=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED28A6 is #12D759. Grayscale: #707070. Windows color (decimal): -1234778 or 10889453. OLE color: 10889453.
HSL color Cylindrical-coordinate representation of color #ED28A6: hue angle of 321.62º 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 #ED28A6 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 166 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.07 |
| HSL | 321.62º | 0.85% | 0.54% | - |
| HSV(B) | 321.62º | 0.83% | 0.93% | - |
| XYZ | 42.57 | 22.28 | 38.13 | - |
| YUV | 113.27 | 157.77 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 166 | 0 | 0.83 | 0.30 | 0.07 | 321.62 | 0.85 | 0.54 |
| Hex | ED | 28 | A6 | 0 | 53 | 1E | 7 | 142 | 55 | 36 |
| Octal | 355 | 50 | 246 | 0 | 123 | 36 | 7 | 502 | 125 | 66 |
| Binary | 11101101 | 101000 | 10100110 | 0 | 1010011 | 11110 | 111 | 101000010 | 1010101 | 110110 |
Color Harmonies of #ED28A6
Complementary color
Monochromatic Colors of #ED28A6
Black with #ED28A6
Text Example
Text Example
White with #ED28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28A6; }
p { color: rgb(237,40,166); }
H1.HeaderClassName
{
color: #ED28A6;
}
.AnyTagClassName
{
color: #ED28A6;
}
</style>
background-color css
<style>
a { background-color: #ED28A6; }
a { background-color: rgb(237,40,166); }
div.DivClassName
{
background-color: #ED28A6;
}
.BgClassName
{
background-color: #ED28A6;
}
</style>
border-color css
<style>
span { border-color: #ED28A6; }
span { border-color: rgb(237,40,166); }
td.TdClassName
{
border-color: #ED28A6;
}
.TagClassName
{
border-color: #ED28A6;
}
</style>