Shades of Persian Rose #ED37AA
Tints of Persian Rose #ED37AA
RGB
CMYK
RGB Variations
Color information
#ED37AA (or 0xED37AA) is known color: Persian Rose. HEX triplet: ED, 37 and AA. RGB value is (237,55,170). Sum of RGB (Red+Green+Blue) = 237+55+170=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED37AA is #12C855. Grayscale: #7A7A7A. Windows color (decimal): -1230934 or 11155437. OLE color: 11155437.
HSL color Cylindrical-coordinate representation of color #ED37AA: hue angle of 322.09º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED37AA is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 170 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.07 |
| HSL | 322.09º | 0.83% | 0.57% | - |
| HSV(B) | 322.09º | 0.77% | 0.93% | - |
| XYZ | 43.55 | 23.64 | 40.3 | - |
| YUV | 122.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 170 | 0 | 0.77 | 0.28 | 0.07 | 322.09 | 0.83 | 0.57 |
| Hex | ED | 37 | AA | 0 | 4D | 1C | 7 | 142 | 53 | 39 |
| Octal | 355 | 67 | 252 | 0 | 115 | 34 | 7 | 502 | 123 | 71 |
| Binary | 11101101 | 110111 | 10101010 | 0 | 1001101 | 11100 | 111 | 101000010 | 1010011 | 111001 |
Color Harmonies of #ED37AA
Complementary color
Monochromatic Colors of #ED37AA
Black with #ED37AA
Text Example
Text Example
White with #ED37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37AA; }
p { color: rgb(237,55,170); }
H1.HeaderClassName
{
color: #ED37AA;
}
.AnyTagClassName
{
color: #ED37AA;
}
</style>
background-color css
<style>
a { background-color: #ED37AA; }
a { background-color: rgb(237,55,170); }
div.DivClassName
{
background-color: #ED37AA;
}
.BgClassName
{
background-color: #ED37AA;
}
</style>
border-color css
<style>
span { border-color: #ED37AA; }
span { border-color: rgb(237,55,170); }
td.TdClassName
{
border-color: #ED37AA;
}
.TagClassName
{
border-color: #ED37AA;
}
</style>