Shades of Persian Rose #ED2DAD
Tints of Persian Rose #ED2DAD
RGB
CMYK
RGB Variations
Color information
#ED2DAD (or 0xED2DAD) is known color: Persian Rose. HEX triplet: ED, 2D and AD. RGB value is (237,45,173). Sum of RGB (Red+Green+Blue) = 237+45+173=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2DAD is #12D252. Grayscale: #747474. Windows color (decimal): -1233491 or 11349485. OLE color: 11349485.
HSL color Cylindrical-coordinate representation of color #ED2DAD: hue angle of 320º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DAD is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 173 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.07 |
| HSL | 320º | 0.84% | 0.55% | - |
| HSV(B) | 320º | 0.81% | 0.93% | - |
| XYZ | 43.41 | 22.9 | 41.67 | - |
| YUV | 117 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 173 | 0 | 0.81 | 0.27 | 0.07 | 320 | 0.84 | 0.55 |
| Hex | ED | 2D | AD | 0 | 51 | 1B | 7 | 140 | 54 | 37 |
| Octal | 355 | 55 | 255 | 0 | 121 | 33 | 7 | 500 | 124 | 67 |
| Binary | 11101101 | 101101 | 10101101 | 0 | 1010001 | 11011 | 111 | 101000000 | 1010100 | 110111 |
Color Harmonies of #ED2DAD
Complementary color
Monochromatic Colors of #ED2DAD
Black with #ED2DAD
Text Example
Text Example
White with #ED2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DAD; }
p { color: rgb(237,45,173); }
H1.HeaderClassName
{
color: #ED2DAD;
}
.AnyTagClassName
{
color: #ED2DAD;
}
</style>
background-color css
<style>
a { background-color: #ED2DAD; }
a { background-color: rgb(237,45,173); }
div.DivClassName
{
background-color: #ED2DAD;
}
.BgClassName
{
background-color: #ED2DAD;
}
</style>
border-color css
<style>
span { border-color: #ED2DAD; }
span { border-color: rgb(237,45,173); }
td.TdClassName
{
border-color: #ED2DAD;
}
.TagClassName
{
border-color: #ED2DAD;
}
</style>