Shades of Persian Rose #ED1D9C
Tints of Persian Rose #ED1D9C
RGB
CMYK
RGB Variations
Color information
#ED1D9C (or 0xED1D9C) is known color: Persian Rose. HEX triplet: ED, 1D and 9C. RGB value is (237,29,156). Sum of RGB (Red+Green+Blue) = 237+29+156=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1D9C is #12E263. Grayscale: #696969. Windows color (decimal): -1237604 or 10231277. OLE color: 10231277.
HSL color Cylindrical-coordinate representation of color #ED1D9C: hue angle of 323.37º 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 #ED1D9C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 156 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.07 |
| HSL | 323.37º | 0.85% | 0.52% | - |
| HSV(B) | 323.37º | 0.88% | 0.93% | - |
| XYZ | 41.37 | 21.28 | 33.38 | - |
| YUV | 105.67 | 156.41 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 156 | 0 | 0.88 | 0.34 | 0.07 | 323.37 | 0.85 | 0.52 |
| Hex | ED | 1D | 9C | 0 | 58 | 22 | 7 | 143 | 55 | 34 |
| Octal | 355 | 35 | 234 | 0 | 130 | 42 | 7 | 503 | 125 | 64 |
| Binary | 11101101 | 11101 | 10011100 | 0 | 1011000 | 100010 | 111 | 101000011 | 1010101 | 110100 |
Color Harmonies of #ED1D9C
Complementary color
Monochromatic Colors of #ED1D9C
Black with #ED1D9C
Text Example
Text Example
White with #ED1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D9C; }
p { color: rgb(237,29,156); }
H1.HeaderClassName
{
color: #ED1D9C;
}
.AnyTagClassName
{
color: #ED1D9C;
}
</style>
background-color css
<style>
a { background-color: #ED1D9C; }
a { background-color: rgb(237,29,156); }
div.DivClassName
{
background-color: #ED1D9C;
}
.BgClassName
{
background-color: #ED1D9C;
}
</style>
border-color css
<style>
span { border-color: #ED1D9C; }
span { border-color: rgb(237,29,156); }
td.TdClassName
{
border-color: #ED1D9C;
}
.TagClassName
{
border-color: #ED1D9C;
}
</style>