Shades of Persian Rose #ED289E
Tints of Persian Rose #ED289E
RGB
CMYK
RGB Variations
Color information
#ED289E (or 0xED289E) is known color: Persian Rose. HEX triplet: ED, 28 and 9E. RGB value is (237,40,158). Sum of RGB (Red+Green+Blue) = 237+40+158=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED289E is #12D761. Grayscale: #707070. Windows color (decimal): -1234786 or 10365165. OLE color: 10365165.
HSL color Cylindrical-coordinate representation of color #ED289E: hue angle of 324.06º 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 #ED289E is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 158 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.07 |
| HSL | 324.06º | 0.85% | 0.54% | - |
| HSV(B) | 324.06º | 0.83% | 0.93% | - |
| XYZ | 41.86 | 21.99 | 34.39 | - |
| YUV | 112.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 158 | 0 | 0.83 | 0.33 | 0.07 | 324.06 | 0.85 | 0.54 |
| Hex | ED | 28 | 9E | 0 | 53 | 21 | 7 | 144 | 55 | 36 |
| Octal | 355 | 50 | 236 | 0 | 123 | 41 | 7 | 504 | 125 | 66 |
| Binary | 11101101 | 101000 | 10011110 | 0 | 1010011 | 100001 | 111 | 101000100 | 1010101 | 110110 |
Color Harmonies of #ED289E
Complementary color
Monochromatic Colors of #ED289E
Black with #ED289E
Text Example
Text Example
White with #ED289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED289E; }
p { color: rgb(237,40,158); }
H1.HeaderClassName
{
color: #ED289E;
}
.AnyTagClassName
{
color: #ED289E;
}
</style>
background-color css
<style>
a { background-color: #ED289E; }
a { background-color: rgb(237,40,158); }
div.DivClassName
{
background-color: #ED289E;
}
.BgClassName
{
background-color: #ED289E;
}
</style>
border-color css
<style>
span { border-color: #ED289E; }
span { border-color: rgb(237,40,158); }
td.TdClassName
{
border-color: #ED289E;
}
.TagClassName
{
border-color: #ED289E;
}
</style>