Shades of Persian Rose #ED2AAC
Tints of Persian Rose #ED2AAC
RGB
CMYK
RGB Variations
Color information
#ED2AAC (or 0xED2AAC) is known color: Persian Rose. HEX triplet: ED, 2A and AC. RGB value is (237,42,172). Sum of RGB (Red+Green+Blue) = 237+42+172=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AAC is #12D553. Grayscale: #727272. Windows color (decimal): -1234260 or 11283181. OLE color: 11283181.
HSL color Cylindrical-coordinate representation of color #ED2AAC: hue angle of 320º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2AAC is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.07 |
| HSL | 320º | 0.84% | 0.55% | - |
| HSV(B) | 320º | 0.82% | 0.93% | - |
| XYZ | 43.2 | 22.64 | 41.12 | - |
| YUV | 115.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 172 | 0 | 0.82 | 0.27 | 0.07 | 320 | 0.84 | 0.55 |
| Hex | ED | 2A | AC | 0 | 52 | 1B | 7 | 140 | 54 | 37 |
| Octal | 355 | 52 | 254 | 0 | 122 | 33 | 7 | 500 | 124 | 67 |
| Binary | 11101101 | 101010 | 10101100 | 0 | 1010010 | 11011 | 111 | 101000000 | 1010100 | 110111 |
Color Harmonies of #ED2AAC
Complementary color
Monochromatic Colors of #ED2AAC
Black with #ED2AAC
Text Example
Text Example
White with #ED2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AAC; }
p { color: rgb(237,42,172); }
H1.HeaderClassName
{
color: #ED2AAC;
}
.AnyTagClassName
{
color: #ED2AAC;
}
</style>
background-color css
<style>
a { background-color: #ED2AAC; }
a { background-color: rgb(237,42,172); }
div.DivClassName
{
background-color: #ED2AAC;
}
.BgClassName
{
background-color: #ED2AAC;
}
</style>
border-color css
<style>
span { border-color: #ED2AAC; }
span { border-color: rgb(237,42,172); }
td.TdClassName
{
border-color: #ED2AAC;
}
.TagClassName
{
border-color: #ED2AAC;
}
</style>