Shades of Persian Rose #ED32AD
Tints of Persian Rose #ED32AD
RGB
CMYK
RGB Variations
Color information
#ED32AD (or 0xED32AD) is known color: Persian Rose. HEX triplet: ED, 32 and AD. RGB value is (237,50,173). Sum of RGB (Red+Green+Blue) = 237+50+173=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED32AD is #12CD52. Grayscale: #777777. Windows color (decimal): -1232211 or 11350765. OLE color: 11350765.
HSL color Cylindrical-coordinate representation of color #ED32AD: hue angle of 320.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32AD is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 173 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.07 |
| HSL | 320.53º | 0.84% | 0.56% | - |
| HSV(B) | 320.53º | 0.79% | 0.93% | - |
| XYZ | 43.61 | 23.3 | 41.73 | - |
| YUV | 119.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 173 | 0 | 0.79 | 0.27 | 0.07 | 320.53 | 0.84 | 0.56 |
| Hex | ED | 32 | AD | 0 | 4F | 1B | 7 | 141 | 54 | 38 |
| Octal | 355 | 62 | 255 | 0 | 117 | 33 | 7 | 501 | 124 | 70 |
| Binary | 11101101 | 110010 | 10101101 | 0 | 1001111 | 11011 | 111 | 101000001 | 1010100 | 111000 |
Color Harmonies of #ED32AD
Complementary color
Monochromatic Colors of #ED32AD
Black with #ED32AD
Text Example
Text Example
White with #ED32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32AD; }
p { color: rgb(237,50,173); }
H1.HeaderClassName
{
color: #ED32AD;
}
.AnyTagClassName
{
color: #ED32AD;
}
</style>
background-color css
<style>
a { background-color: #ED32AD; }
a { background-color: rgb(237,50,173); }
div.DivClassName
{
background-color: #ED32AD;
}
.BgClassName
{
background-color: #ED32AD;
}
</style>
border-color css
<style>
span { border-color: #ED32AD; }
span { border-color: rgb(237,50,173); }
td.TdClassName
{
border-color: #ED32AD;
}
.TagClassName
{
border-color: #ED32AD;
}
</style>