Shades of Persian Rose #EC289C
Tints of Persian Rose #EC289C
RGB
CMYK
RGB Variations
Color information
#EC289C (or 0xEC289C) is known color: Persian Rose. HEX triplet: EC, 28 and 9C. RGB value is (236,40,156). Sum of RGB (Red+Green+Blue) = 236+40+156=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289C is #13D763. Grayscale: #6F6F6F. Windows color (decimal): -1300324 or 10234092. OLE color: 10234092.
HSL color Cylindrical-coordinate representation of color #EC289C: hue angle of 324.49º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC289C is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 156 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.07 |
| HSL | 324.49º | 0.84% | 0.54% | - |
| HSV(B) | 324.49º | 0.83% | 0.93% | - |
| XYZ | 41.35 | 21.75 | 33.47 | - |
| YUV | 111.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 156 | 0 | 0.83 | 0.34 | 0.07 | 324.49 | 0.84 | 0.54 |
| Hex | EC | 28 | 9C | 0 | 53 | 22 | 7 | 144 | 54 | 36 |
| Octal | 354 | 50 | 234 | 0 | 123 | 42 | 7 | 504 | 124 | 66 |
| Binary | 11101100 | 101000 | 10011100 | 0 | 1010011 | 100010 | 111 | 101000100 | 1010100 | 110110 |
Color Harmonies of #EC289C
Complementary color
Monochromatic Colors of #EC289C
Black with #EC289C
Text Example
Text Example
White with #EC289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC289C; }
p { color: rgb(236,40,156); }
H1.HeaderClassName
{
color: #EC289C;
}
.AnyTagClassName
{
color: #EC289C;
}
</style>
background-color css
<style>
a { background-color: #EC289C; }
a { background-color: rgb(236,40,156); }
div.DivClassName
{
background-color: #EC289C;
}
.BgClassName
{
background-color: #EC289C;
}
</style>
border-color css
<style>
span { border-color: #EC289C; }
span { border-color: rgb(236,40,156); }
td.TdClassName
{
border-color: #EC289C;
}
.TagClassName
{
border-color: #EC289C;
}
</style>