Shades of Persian Rose #ED2F9D
Tints of Persian Rose #ED2F9D
RGB
CMYK
RGB Variations
Color information
#ED2F9D (or 0xED2F9D) is known color: Persian Rose. HEX triplet: ED, 2F and 9D. RGB value is (237,47,157). Sum of RGB (Red+Green+Blue) = 237+47+157=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2F9D is #12D062. Grayscale: #747474. Windows color (decimal): -1232995 or 10301421. OLE color: 10301421.
HSL color Cylindrical-coordinate representation of color #ED2F9D: hue angle of 325.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2F9D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 157 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.07 |
| HSL | 325.26º | 0.84% | 0.56% | - |
| HSV(B) | 325.26º | 0.8% | 0.93% | - |
| XYZ | 42.03 | 22.47 | 34.02 | - |
| YUV | 116.35 | 150.95 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 157 | 0 | 0.80 | 0.34 | 0.07 | 325.26 | 0.84 | 0.56 |
| Hex | ED | 2F | 9D | 0 | 50 | 22 | 7 | 145 | 54 | 38 |
| Octal | 355 | 57 | 235 | 0 | 120 | 42 | 7 | 505 | 124 | 70 |
| Binary | 11101101 | 101111 | 10011101 | 0 | 1010000 | 100010 | 111 | 101000101 | 1010100 | 111000 |
Color Harmonies of #ED2F9D
Complementary color
Monochromatic Colors of #ED2F9D
Black with #ED2F9D
Text Example
Text Example
White with #ED2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F9D; }
p { color: rgb(237,47,157); }
H1.HeaderClassName
{
color: #ED2F9D;
}
.AnyTagClassName
{
color: #ED2F9D;
}
</style>
background-color css
<style>
a { background-color: #ED2F9D; }
a { background-color: rgb(237,47,157); }
div.DivClassName
{
background-color: #ED2F9D;
}
.BgClassName
{
background-color: #ED2F9D;
}
</style>
border-color css
<style>
span { border-color: #ED2F9D; }
span { border-color: rgb(237,47,157); }
td.TdClassName
{
border-color: #ED2F9D;
}
.TagClassName
{
border-color: #ED2F9D;
}
</style>