Shades of Persian Rose #ED279F
Tints of Persian Rose #ED279F
RGB
CMYK
RGB Variations
Color information
#ED279F (or 0xED279F) is known color: Persian Rose. HEX triplet: ED, 27 and 9F. RGB value is (237,39,159). Sum of RGB (Red+Green+Blue) = 237+39+159=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED279F is #12D860. Grayscale: #6F6F6F. Windows color (decimal): -1235041 or 10430445. OLE color: 10430445.
HSL color Cylindrical-coordinate representation of color #ED279F: hue angle of 323.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED279F is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 159 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.07 |
| HSL | 323.64º | 0.85% | 0.54% | - |
| HSV(B) | 323.64º | 0.84% | 0.93% | - |
| XYZ | 41.91 | 21.96 | 34.83 | - |
| YUV | 111.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 159 | 0 | 0.84 | 0.33 | 0.07 | 323.64 | 0.85 | 0.54 |
| Hex | ED | 27 | 9F | 0 | 54 | 21 | 7 | 144 | 55 | 36 |
| Octal | 355 | 47 | 237 | 0 | 124 | 41 | 7 | 504 | 125 | 66 |
| Binary | 11101101 | 100111 | 10011111 | 0 | 1010100 | 100001 | 111 | 101000100 | 1010101 | 110110 |
Color Harmonies of #ED279F
Complementary color
Monochromatic Colors of #ED279F
Black with #ED279F
Text Example
Text Example
White with #ED279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED279F; }
p { color: rgb(237,39,159); }
H1.HeaderClassName
{
color: #ED279F;
}
.AnyTagClassName
{
color: #ED279F;
}
</style>
background-color css
<style>
a { background-color: #ED279F; }
a { background-color: rgb(237,39,159); }
div.DivClassName
{
background-color: #ED279F;
}
.BgClassName
{
background-color: #ED279F;
}
</style>
border-color css
<style>
span { border-color: #ED279F; }
span { border-color: rgb(237,39,159); }
td.TdClassName
{
border-color: #ED279F;
}
.TagClassName
{
border-color: #ED279F;
}
</style>