Shades of Persian Rose #ED31AC
Tints of Persian Rose #ED31AC
RGB
CMYK
RGB Variations
Color information
#ED31AC (or 0xED31AC) is known color: Persian Rose. HEX triplet: ED, 31 and AC. RGB value is (237,49,172). Sum of RGB (Red+Green+Blue) = 237+49+172=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED31AC is #12CE53. Grayscale: #767676. Windows color (decimal): -1232468 or 11284973. OLE color: 11284973.
HSL color Cylindrical-coordinate representation of color #ED31AC: hue angle of 320.74º 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 #ED31AC is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 172 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.07 |
| HSL | 320.74º | 0.84% | 0.56% | - |
| HSV(B) | 320.74º | 0.79% | 0.93% | - |
| XYZ | 43.47 | 23.18 | 41.21 | - |
| YUV | 119.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 172 | 0 | 0.79 | 0.27 | 0.07 | 320.74 | 0.84 | 0.56 |
| Hex | ED | 31 | AC | 0 | 4F | 1B | 7 | 141 | 54 | 38 |
| Octal | 355 | 61 | 254 | 0 | 117 | 33 | 7 | 501 | 124 | 70 |
| Binary | 11101101 | 110001 | 10101100 | 0 | 1001111 | 11011 | 111 | 101000001 | 1010100 | 111000 |
Color Harmonies of #ED31AC
Complementary color
Monochromatic Colors of #ED31AC
Black with #ED31AC
Text Example
Text Example
White with #ED31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED31AC; }
p { color: rgb(237,49,172); }
H1.HeaderClassName
{
color: #ED31AC;
}
.AnyTagClassName
{
color: #ED31AC;
}
</style>
background-color css
<style>
a { background-color: #ED31AC; }
a { background-color: rgb(237,49,172); }
div.DivClassName
{
background-color: #ED31AC;
}
.BgClassName
{
background-color: #ED31AC;
}
</style>
border-color css
<style>
span { border-color: #ED31AC; }
span { border-color: rgb(237,49,172); }
td.TdClassName
{
border-color: #ED31AC;
}
.TagClassName
{
border-color: #ED31AC;
}
</style>