Shades of Persian Rose #ED2F9C
Tints of Persian Rose #ED2F9C
RGB
CMYK
RGB Variations
Color information
#ED2F9C (or 0xED2F9C) is known color: Persian Rose. HEX triplet: ED, 2F and 9C. RGB value is (237,47,156). Sum of RGB (Red+Green+Blue) = 237+47+156=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2F9C is #12D063. Grayscale: #737373. Windows color (decimal): -1232996 or 10235885. OLE color: 10235885.
HSL color Cylindrical-coordinate representation of color #ED2F9C: hue angle of 325.58º 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 #ED2F9C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 156 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.07 |
| HSL | 325.58º | 0.84% | 0.56% | - |
| HSV(B) | 325.58º | 0.8% | 0.93% | - |
| XYZ | 41.94 | 22.44 | 33.57 | - |
| YUV | 116.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 156 | 0 | 0.80 | 0.34 | 0.07 | 325.58 | 0.84 | 0.56 |
| Hex | ED | 2F | 9C | 0 | 50 | 22 | 7 | 146 | 54 | 38 |
| Octal | 355 | 57 | 234 | 0 | 120 | 42 | 7 | 506 | 124 | 70 |
| Binary | 11101101 | 101111 | 10011100 | 0 | 1010000 | 100010 | 111 | 101000110 | 1010100 | 111000 |
Color Harmonies of #ED2F9C
Complementary color
Monochromatic Colors of #ED2F9C
Black with #ED2F9C
Text Example
Text Example
White with #ED2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F9C; }
p { color: rgb(237,47,156); }
H1.HeaderClassName
{
color: #ED2F9C;
}
.AnyTagClassName
{
color: #ED2F9C;
}
</style>
background-color css
<style>
a { background-color: #ED2F9C; }
a { background-color: rgb(237,47,156); }
div.DivClassName
{
background-color: #ED2F9C;
}
.BgClassName
{
background-color: #ED2F9C;
}
</style>
border-color css
<style>
span { border-color: #ED2F9C; }
span { border-color: rgb(237,47,156); }
td.TdClassName
{
border-color: #ED2F9C;
}
.TagClassName
{
border-color: #ED2F9C;
}
</style>