Shades of Persian Rose #ED28AB
Tints of Persian Rose #ED28AB
RGB
CMYK
RGB Variations
Color information
#ED28AB (or 0xED28AB) is known color: Persian Rose. HEX triplet: ED, 28 and AB. RGB value is (237,40,171). Sum of RGB (Red+Green+Blue) = 237+40+171=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED28AB is #12D754. Grayscale: #717171. Windows color (decimal): -1234773 or 11217133. OLE color: 11217133.
HSL color Cylindrical-coordinate representation of color #ED28AB: hue angle of 320.1º 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 #ED28AB is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 171 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.07 |
| HSL | 320.1º | 0.85% | 0.54% | - |
| HSV(B) | 320.1º | 0.83% | 0.93% | - |
| XYZ | 43.03 | 22.46 | 40.6 | - |
| YUV | 113.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 171 | 0 | 0.83 | 0.28 | 0.07 | 320.1 | 0.85 | 0.54 |
| Hex | ED | 28 | AB | 0 | 53 | 1C | 7 | 140 | 55 | 36 |
| Octal | 355 | 50 | 253 | 0 | 123 | 34 | 7 | 500 | 125 | 66 |
| Binary | 11101101 | 101000 | 10101011 | 0 | 1010011 | 11100 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #ED28AB
Complementary color
Monochromatic Colors of #ED28AB
Black with #ED28AB
Text Example
Text Example
White with #ED28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28AB; }
p { color: rgb(237,40,171); }
H1.HeaderClassName
{
color: #ED28AB;
}
.AnyTagClassName
{
color: #ED28AB;
}
</style>
background-color css
<style>
a { background-color: #ED28AB; }
a { background-color: rgb(237,40,171); }
div.DivClassName
{
background-color: #ED28AB;
}
.BgClassName
{
background-color: #ED28AB;
}
</style>
border-color css
<style>
span { border-color: #ED28AB; }
span { border-color: rgb(237,40,171); }
td.TdClassName
{
border-color: #ED28AB;
}
.TagClassName
{
border-color: #ED28AB;
}
</style>