Shades of Persian Rose #ED37B2
Tints of Persian Rose #ED37B2
RGB
CMYK
RGB Variations
Color information
#ED37B2 (or 0xED37B2) is known color: Persian Rose. HEX triplet: ED, 37 and B2. RGB value is (237,55,178). Sum of RGB (Red+Green+Blue) = 237+55+178=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED37B2 is #12C84D. Grayscale: #7B7B7B. Windows color (decimal): -1230926 or 11679725. OLE color: 11679725.
HSL color Cylindrical-coordinate representation of color #ED37B2: hue angle of 319.45º 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 #ED37B2 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 178 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.07 |
| HSL | 319.45º | 0.83% | 0.57% | - |
| HSV(B) | 319.45º | 0.77% | 0.93% | - |
| XYZ | 44.33 | 23.95 | 44.41 | - |
| YUV | 123.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 178 | 0 | 0.77 | 0.25 | 0.07 | 319.45 | 0.83 | 0.57 |
| Hex | ED | 37 | B2 | 0 | 4D | 19 | 7 | 13F | 53 | 39 |
| Octal | 355 | 67 | 262 | 0 | 115 | 31 | 7 | 477 | 123 | 71 |
| Binary | 11101101 | 110111 | 10110010 | 0 | 1001101 | 11001 | 111 | 100111111 | 1010011 | 111001 |
Color Harmonies of #ED37B2
Complementary color
Monochromatic Colors of #ED37B2
Black with #ED37B2
Text Example
Text Example
White with #ED37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37B2; }
p { color: rgb(237,55,178); }
H1.HeaderClassName
{
color: #ED37B2;
}
.AnyTagClassName
{
color: #ED37B2;
}
</style>
background-color css
<style>
a { background-color: #ED37B2; }
a { background-color: rgb(237,55,178); }
div.DivClassName
{
background-color: #ED37B2;
}
.BgClassName
{
background-color: #ED37B2;
}
</style>
border-color css
<style>
span { border-color: #ED37B2; }
span { border-color: rgb(237,55,178); }
td.TdClassName
{
border-color: #ED37B2;
}
.TagClassName
{
border-color: #ED37B2;
}
</style>