Shades of Persian Rose #EC259D
Tints of Persian Rose #EC259D
RGB
CMYK
RGB Variations
Color information
#EC259D (or 0xEC259D) is known color: Persian Rose. HEX triplet: EC, 25 and 9D. RGB value is (236,37,157). Sum of RGB (Red+Green+Blue) = 236+37+157=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC259D is #13DA62. Grayscale: #6D6D6D. Windows color (decimal): -1301091 or 10298860. OLE color: 10298860.
HSL color Cylindrical-coordinate representation of color #EC259D: hue angle of 323.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC259D is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 157 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.07 |
| HSL | 323.82º | 0.84% | 0.54% | - |
| HSV(B) | 323.82º | 0.84% | 0.93% | - |
| XYZ | 41.34 | 21.59 | 33.89 | - |
| YUV | 110.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 157 | 0 | 0.84 | 0.33 | 0.07 | 323.82 | 0.84 | 0.54 |
| Hex | EC | 25 | 9D | 0 | 54 | 21 | 7 | 144 | 54 | 36 |
| Octal | 354 | 45 | 235 | 0 | 124 | 41 | 7 | 504 | 124 | 66 |
| Binary | 11101100 | 100101 | 10011101 | 0 | 1010100 | 100001 | 111 | 101000100 | 1010100 | 110110 |
Color Harmonies of #EC259D
Complementary color
Monochromatic Colors of #EC259D
Black with #EC259D
Text Example
Text Example
White with #EC259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC259D; }
p { color: rgb(236,37,157); }
H1.HeaderClassName
{
color: #EC259D;
}
.AnyTagClassName
{
color: #EC259D;
}
</style>
background-color css
<style>
a { background-color: #EC259D; }
a { background-color: rgb(236,37,157); }
div.DivClassName
{
background-color: #EC259D;
}
.BgClassName
{
background-color: #EC259D;
}
</style>
border-color css
<style>
span { border-color: #EC259D; }
span { border-color: rgb(236,37,157); }
td.TdClassName
{
border-color: #EC259D;
}
.TagClassName
{
border-color: #EC259D;
}
</style>