Shades of Persian Rose #ED39AC
Tints of Persian Rose #ED39AC
RGB
CMYK
RGB Variations
Color information
#ED39AC (or 0xED39AC) is known color: Persian Rose. HEX triplet: ED, 39 and AC. RGB value is (237,57,172). Sum of RGB (Red+Green+Blue) = 237+57+172=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED39AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED39AC is #12C653. Grayscale: #7B7B7B. Windows color (decimal): -1230420 or 11287021. OLE color: 11287021.
HSL color Cylindrical-coordinate representation of color #ED39AC: hue angle of 321.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED39AC is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 172 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.07 |
| HSL | 321.67º | 0.83% | 0.58% | - |
| HSV(B) | 321.67º | 0.76% | 0.93% | - |
| XYZ | 43.83 | 23.91 | 41.33 | - |
| YUV | 123.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 172 | 0 | 0.76 | 0.27 | 0.07 | 321.67 | 0.83 | 0.58 |
| Hex | ED | 39 | AC | 0 | 4C | 1B | 7 | 142 | 53 | 3A |
| Octal | 355 | 71 | 254 | 0 | 114 | 33 | 7 | 502 | 123 | 72 |
| Binary | 11101101 | 111001 | 10101100 | 0 | 1001100 | 11011 | 111 | 101000010 | 1010011 | 111010 |
Color Harmonies of #ED39AC
Complementary color
Monochromatic Colors of #ED39AC
Black with #ED39AC
Text Example
Text Example
White with #ED39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED39AC; }
p { color: rgb(237,57,172); }
H1.HeaderClassName
{
color: #ED39AC;
}
.AnyTagClassName
{
color: #ED39AC;
}
</style>
background-color css
<style>
a { background-color: #ED39AC; }
a { background-color: rgb(237,57,172); }
div.DivClassName
{
background-color: #ED39AC;
}
.BgClassName
{
background-color: #ED39AC;
}
</style>
border-color css
<style>
span { border-color: #ED39AC; }
span { border-color: rgb(237,57,172); }
td.TdClassName
{
border-color: #ED39AC;
}
.TagClassName
{
border-color: #ED39AC;
}
</style>