Shades of Persian Rose #ED37AF
Tints of Persian Rose #ED37AF
RGB
CMYK
RGB Variations
Color information
#ED37AF (or 0xED37AF) is known color: Persian Rose. HEX triplet: ED, 37 and AF. RGB value is (237,55,175). Sum of RGB (Red+Green+Blue) = 237+55+175=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED37AF is #12C850. Grayscale: #7A7A7A. Windows color (decimal): -1230929 or 11483117. OLE color: 11483117.
HSL color Cylindrical-coordinate representation of color #ED37AF: hue angle of 320.44º 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 #ED37AF is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 175 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.07 |
| HSL | 320.44º | 0.83% | 0.57% | - |
| HSV(B) | 320.44º | 0.77% | 0.93% | - |
| XYZ | 44.03 | 23.83 | 42.84 | - |
| YUV | 123.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 175 | 0 | 0.77 | 0.26 | 0.07 | 320.44 | 0.83 | 0.57 |
| Hex | ED | 37 | AF | 0 | 4D | 1A | 7 | 140 | 53 | 39 |
| Octal | 355 | 67 | 257 | 0 | 115 | 32 | 7 | 500 | 123 | 71 |
| Binary | 11101101 | 110111 | 10101111 | 0 | 1001101 | 11010 | 111 | 101000000 | 1010011 | 111001 |
Color Harmonies of #ED37AF
Complementary color
Monochromatic Colors of #ED37AF
Black with #ED37AF
Text Example
Text Example
White with #ED37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37AF; }
p { color: rgb(237,55,175); }
H1.HeaderClassName
{
color: #ED37AF;
}
.AnyTagClassName
{
color: #ED37AF;
}
</style>
background-color css
<style>
a { background-color: #ED37AF; }
a { background-color: rgb(237,55,175); }
div.DivClassName
{
background-color: #ED37AF;
}
.BgClassName
{
background-color: #ED37AF;
}
</style>
border-color css
<style>
span { border-color: #ED37AF; }
span { border-color: rgb(237,55,175); }
td.TdClassName
{
border-color: #ED37AF;
}
.TagClassName
{
border-color: #ED37AF;
}
</style>