Shades of Persian Rose #ED2696
Tints of Persian Rose #ED2696
RGB
CMYK
RGB Variations
Color information
#ED2696 (or 0xED2696) is known color: Persian Rose. HEX triplet: ED, 26 and 96. RGB value is (237,38,150). Sum of RGB (Red+Green+Blue) = 237+38+150=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2696 is #12D969. Grayscale: #6E6E6E. Windows color (decimal): -1235306 or 9840365. OLE color: 9840365.
HSL color Cylindrical-coordinate representation of color #ED2696: hue angle of 326.23º 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 #ED2696 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 150 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.07 |
| HSL | 326.23º | 0.85% | 0.54% | - |
| HSV(B) | 326.23º | 0.84% | 0.93% | - |
| XYZ | 41.12 | 21.59 | 30.85 | - |
| YUV | 110.27 | 150.43 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 150 | 0 | 0.84 | 0.37 | 0.07 | 326.23 | 0.85 | 0.54 |
| Hex | ED | 26 | 96 | 0 | 54 | 25 | 7 | 146 | 55 | 36 |
| Octal | 355 | 46 | 226 | 0 | 124 | 45 | 7 | 506 | 125 | 66 |
| Binary | 11101101 | 100110 | 10010110 | 0 | 1010100 | 100101 | 111 | 101000110 | 1010101 | 110110 |
Color Harmonies of #ED2696
Complementary color
Monochromatic Colors of #ED2696
Black with #ED2696
Text Example
Text Example
White with #ED2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2696; }
p { color: rgb(237,38,150); }
H1.HeaderClassName
{
color: #ED2696;
}
.AnyTagClassName
{
color: #ED2696;
}
</style>
background-color css
<style>
a { background-color: #ED2696; }
a { background-color: rgb(237,38,150); }
div.DivClassName
{
background-color: #ED2696;
}
.BgClassName
{
background-color: #ED2696;
}
</style>
border-color css
<style>
span { border-color: #ED2696; }
span { border-color: rgb(237,38,150); }
td.TdClassName
{
border-color: #ED2696;
}
.TagClassName
{
border-color: #ED2696;
}
</style>