Shades of Persian Rose #ED37B3
Tints of Persian Rose #ED37B3
RGB
CMYK
RGB Variations
Color information
#ED37B3 (or 0xED37B3) is known color: Persian Rose. HEX triplet: ED, 37 and B3. RGB value is (237,55,179). Sum of RGB (Red+Green+Blue) = 237+55+179=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37B3 is #12C84C. Grayscale: #7B7B7B. Windows color (decimal): -1230925 or 11745261. OLE color: 11745261.
HSL color Cylindrical-coordinate representation of color #ED37B3: hue angle of 319.12º 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 #ED37B3 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 179 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.07 |
| HSL | 319.12º | 0.83% | 0.57% | - |
| HSV(B) | 319.12º | 0.77% | 0.93% | - |
| XYZ | 44.43 | 23.99 | 44.94 | - |
| YUV | 123.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 179 | 0 | 0.77 | 0.24 | 0.07 | 319.12 | 0.83 | 0.57 |
| Hex | ED | 37 | B3 | 0 | 4D | 18 | 7 | 13F | 53 | 39 |
| Octal | 355 | 67 | 263 | 0 | 115 | 30 | 7 | 477 | 123 | 71 |
| Binary | 11101101 | 110111 | 10110011 | 0 | 1001101 | 11000 | 111 | 100111111 | 1010011 | 111001 |
Color Harmonies of #ED37B3
Complementary color
Monochromatic Colors of #ED37B3
Black with #ED37B3
Text Example
Text Example
White with #ED37B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37B3; }
p { color: rgb(237,55,179); }
H1.HeaderClassName
{
color: #ED37B3;
}
.AnyTagClassName
{
color: #ED37B3;
}
</style>
background-color css
<style>
a { background-color: #ED37B3; }
a { background-color: rgb(237,55,179); }
div.DivClassName
{
background-color: #ED37B3;
}
.BgClassName
{
background-color: #ED37B3;
}
</style>
border-color css
<style>
span { border-color: #ED37B3; }
span { border-color: rgb(237,55,179); }
td.TdClassName
{
border-color: #ED37B3;
}
.TagClassName
{
border-color: #ED37B3;
}
</style>