Shades of Persian Rose #ED279B
Tints of Persian Rose #ED279B
RGB
CMYK
RGB Variations
Color information
#ED279B (or 0xED279B) is known color: Persian Rose. HEX triplet: ED, 27 and 9B. RGB value is (237,39,155). Sum of RGB (Red+Green+Blue) = 237+39+155=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED279B is #12D864. Grayscale: #6F6F6F. Windows color (decimal): -1235045 or 10168301. OLE color: 10168301.
HSL color Cylindrical-coordinate representation of color #ED279B: hue angle of 324.85º 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 #ED279B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 155 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.07 |
| HSL | 324.85º | 0.85% | 0.54% | - |
| HSV(B) | 324.85º | 0.84% | 0.93% | - |
| XYZ | 41.57 | 21.82 | 33.03 | - |
| YUV | 111.43 | 152.6 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 155 | 0 | 0.84 | 0.35 | 0.07 | 324.85 | 0.85 | 0.54 |
| Hex | ED | 27 | 9B | 0 | 54 | 23 | 7 | 145 | 55 | 36 |
| Octal | 355 | 47 | 233 | 0 | 124 | 43 | 7 | 505 | 125 | 66 |
| Binary | 11101101 | 100111 | 10011011 | 0 | 1010100 | 100011 | 111 | 101000101 | 1010101 | 110110 |
Color Harmonies of #ED279B
Complementary color
Monochromatic Colors of #ED279B
Black with #ED279B
Text Example
Text Example
White with #ED279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED279B; }
p { color: rgb(237,39,155); }
H1.HeaderClassName
{
color: #ED279B;
}
.AnyTagClassName
{
color: #ED279B;
}
</style>
background-color css
<style>
a { background-color: #ED279B; }
a { background-color: rgb(237,39,155); }
div.DivClassName
{
background-color: #ED279B;
}
.BgClassName
{
background-color: #ED279B;
}
</style>
border-color css
<style>
span { border-color: #ED279B; }
span { border-color: rgb(237,39,155); }
td.TdClassName
{
border-color: #ED279B;
}
.TagClassName
{
border-color: #ED279B;
}
</style>