Shades of Persian Rose #ED40AD
Tints of Persian Rose #ED40AD
RGB
CMYK
RGB Variations
Color information
#ED40AD (or 0xED40AD) is known color: Persian Rose. HEX triplet: ED, 40 and AD. RGB value is (237,64,173). Sum of RGB (Red+Green+Blue) = 237+64+173=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED40AD is #12BF52. Grayscale: #7F7F7F. Windows color (decimal): -1228627 or 11354349. OLE color: 11354349.
HSL color Cylindrical-coordinate representation of color #ED40AD: hue angle of 322.2º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40AD is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 173 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.07 |
| HSL | 322.2º | 0.83% | 0.59% | - |
| HSV(B) | 322.2º | 0.73% | 0.93% | - |
| XYZ | 44.3 | 24.69 | 41.97 | - |
| YUV | 128.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 173 | 0 | 0.73 | 0.27 | 0.07 | 322.2 | 0.83 | 0.59 |
| Hex | ED | 40 | AD | 0 | 49 | 1B | 7 | 142 | 53 | 3B |
| Octal | 355 | 100 | 255 | 0 | 111 | 33 | 7 | 502 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10101101 | 0 | 1001001 | 11011 | 111 | 101000010 | 1010011 | 111011 |
Color Harmonies of #ED40AD
Complementary color
Monochromatic Colors of #ED40AD
Black with #ED40AD
Text Example
Text Example
White with #ED40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40AD; }
p { color: rgb(237,64,173); }
H1.HeaderClassName
{
color: #ED40AD;
}
.AnyTagClassName
{
color: #ED40AD;
}
</style>
background-color css
<style>
a { background-color: #ED40AD; }
a { background-color: rgb(237,64,173); }
div.DivClassName
{
background-color: #ED40AD;
}
.BgClassName
{
background-color: #ED40AD;
}
</style>
border-color css
<style>
span { border-color: #ED40AD; }
span { border-color: rgb(237,64,173); }
td.TdClassName
{
border-color: #ED40AD;
}
.TagClassName
{
border-color: #ED40AD;
}
</style>