Shades of Persian Rose #ED239C
Tints of Persian Rose #ED239C
RGB
CMYK
RGB Variations
Color information
#ED239C (or 0xED239C) is known color: Persian Rose. HEX triplet: ED, 23 and 9C. RGB value is (237,35,156). Sum of RGB (Red+Green+Blue) = 237+35+156=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED239C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED239C is #12DC63. Grayscale: #6C6C6C. Windows color (decimal): -1236068 or 10232813. OLE color: 10232813.
HSL color Cylindrical-coordinate representation of color #ED239C: hue angle of 324.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED239C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 156 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.07 |
| HSL | 324.06º | 0.85% | 0.53% | - |
| HSV(B) | 324.06º | 0.85% | 0.93% | - |
| XYZ | 41.53 | 21.61 | 33.43 | - |
| YUV | 109.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 156 | 0 | 0.85 | 0.34 | 0.07 | 324.06 | 0.85 | 0.53 |
| Hex | ED | 23 | 9C | 0 | 55 | 22 | 7 | 144 | 55 | 35 |
| Octal | 355 | 43 | 234 | 0 | 125 | 42 | 7 | 504 | 125 | 65 |
| Binary | 11101101 | 100011 | 10011100 | 0 | 1010101 | 100010 | 111 | 101000100 | 1010101 | 110101 |
Color Harmonies of #ED239C
Complementary color
Monochromatic Colors of #ED239C
Black with #ED239C
Text Example
Text Example
White with #ED239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED239C; }
p { color: rgb(237,35,156); }
H1.HeaderClassName
{
color: #ED239C;
}
.AnyTagClassName
{
color: #ED239C;
}
</style>
background-color css
<style>
a { background-color: #ED239C; }
a { background-color: rgb(237,35,156); }
div.DivClassName
{
background-color: #ED239C;
}
.BgClassName
{
background-color: #ED239C;
}
</style>
border-color css
<style>
span { border-color: #ED239C; }
span { border-color: rgb(237,35,156); }
td.TdClassName
{
border-color: #ED239C;
}
.TagClassName
{
border-color: #ED239C;
}
</style>