Shades of Persian Rose #ED2697
Tints of Persian Rose #ED2697
RGB
CMYK
RGB Variations
Color information
#ED2697 (or 0xED2697) is known color: Persian Rose. HEX triplet: ED, 26 and 97. RGB value is (237,38,151). Sum of RGB (Red+Green+Blue) = 237+38+151=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2697 is #12D968. Grayscale: #6E6E6E. Windows color (decimal): -1235305 or 9905901. OLE color: 9905901.
HSL color Cylindrical-coordinate representation of color #ED2697: hue angle of 325.93º 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 #ED2697 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 151 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.07 |
| HSL | 325.93º | 0.85% | 0.54% | - |
| HSV(B) | 325.93º | 0.84% | 0.93% | - |
| XYZ | 41.2 | 21.63 | 31.28 | - |
| YUV | 110.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 151 | 0 | 0.84 | 0.36 | 0.07 | 325.93 | 0.85 | 0.54 |
| Hex | ED | 26 | 97 | 0 | 54 | 24 | 7 | 146 | 55 | 36 |
| Octal | 355 | 46 | 227 | 0 | 124 | 44 | 7 | 506 | 125 | 66 |
| Binary | 11101101 | 100110 | 10010111 | 0 | 1010100 | 100100 | 111 | 101000110 | 1010101 | 110110 |
Color Harmonies of #ED2697
Complementary color
Monochromatic Colors of #ED2697
Black with #ED2697
Text Example
Text Example
White with #ED2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2697; }
p { color: rgb(237,38,151); }
H1.HeaderClassName
{
color: #ED2697;
}
.AnyTagClassName
{
color: #ED2697;
}
</style>
background-color css
<style>
a { background-color: #ED2697; }
a { background-color: rgb(237,38,151); }
div.DivClassName
{
background-color: #ED2697;
}
.BgClassName
{
background-color: #ED2697;
}
</style>
border-color css
<style>
span { border-color: #ED2697; }
span { border-color: rgb(237,38,151); }
td.TdClassName
{
border-color: #ED2697;
}
.TagClassName
{
border-color: #ED2697;
}
</style>