Shades of Persian Rose #ED1DA0
Tints of Persian Rose #ED1DA0
RGB
CMYK
RGB Variations
Color information
#ED1DA0 (or 0xED1DA0) is known color: Persian Rose. HEX triplet: ED, 1D and A0. RGB value is (237,29,160). Sum of RGB (Red+Green+Blue) = 237+29+160=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1DA0 is #12E25F. Grayscale: #696969. Windows color (decimal): -1237600 or 10493421. OLE color: 10493421.
HSL color Cylindrical-coordinate representation of color #ED1DA0: hue angle of 322.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1DA0 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 160 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.07 |
| HSL | 322.21º | 0.85% | 0.52% | - |
| HSV(B) | 322.21º | 0.88% | 0.93% | - |
| XYZ | 41.71 | 21.42 | 35.19 | - |
| YUV | 106.13 | 158.41 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 160 | 0 | 0.88 | 0.32 | 0.07 | 322.21 | 0.85 | 0.52 |
| Hex | ED | 1D | A0 | 0 | 58 | 20 | 7 | 142 | 55 | 34 |
| Octal | 355 | 35 | 240 | 0 | 130 | 40 | 7 | 502 | 125 | 64 |
| Binary | 11101101 | 11101 | 10100000 | 0 | 1011000 | 100000 | 111 | 101000010 | 1010101 | 110100 |
Color Harmonies of #ED1DA0
Complementary color
Monochromatic Colors of #ED1DA0
Black with #ED1DA0
Text Example
Text Example
White with #ED1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DA0; }
p { color: rgb(237,29,160); }
H1.HeaderClassName
{
color: #ED1DA0;
}
.AnyTagClassName
{
color: #ED1DA0;
}
</style>
background-color css
<style>
a { background-color: #ED1DA0; }
a { background-color: rgb(237,29,160); }
div.DivClassName
{
background-color: #ED1DA0;
}
.BgClassName
{
background-color: #ED1DA0;
}
</style>
border-color css
<style>
span { border-color: #ED1DA0; }
span { border-color: rgb(237,29,160); }
td.TdClassName
{
border-color: #ED1DA0;
}
.TagClassName
{
border-color: #ED1DA0;
}
</style>