Shades of Persian Rose #EC289B
Tints of Persian Rose #EC289B
RGB
CMYK
RGB Variations
Color information
#EC289B (or 0xEC289B) is known color: Persian Rose. HEX triplet: EC, 28 and 9B. RGB value is (236,40,155). Sum of RGB (Red+Green+Blue) = 236+40+155=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289B is #13D764. Grayscale: #6F6F6F. Windows color (decimal): -1300325 or 10168556. OLE color: 10168556.
HSL color Cylindrical-coordinate representation of color #EC289B: hue angle of 324.8º 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 #EC289B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 155 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.07 |
| HSL | 324.8º | 0.84% | 0.54% | - |
| HSV(B) | 324.8º | 0.83% | 0.93% | - |
| XYZ | 41.27 | 21.72 | 33.03 | - |
| YUV | 111.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 155 | 0 | 0.83 | 0.34 | 0.07 | 324.8 | 0.84 | 0.54 |
| Hex | EC | 28 | 9B | 0 | 53 | 22 | 7 | 145 | 54 | 36 |
| Octal | 354 | 50 | 233 | 0 | 123 | 42 | 7 | 505 | 124 | 66 |
| Binary | 11101100 | 101000 | 10011011 | 0 | 1010011 | 100010 | 111 | 101000101 | 1010100 | 110110 |
Color Harmonies of #EC289B
Complementary color
Monochromatic Colors of #EC289B
Black with #EC289B
Text Example
Text Example
White with #EC289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC289B; }
p { color: rgb(236,40,155); }
H1.HeaderClassName
{
color: #EC289B;
}
.AnyTagClassName
{
color: #EC289B;
}
</style>
background-color css
<style>
a { background-color: #EC289B; }
a { background-color: rgb(236,40,155); }
div.DivClassName
{
background-color: #EC289B;
}
.BgClassName
{
background-color: #EC289B;
}
</style>
border-color css
<style>
span { border-color: #EC289B; }
span { border-color: rgb(236,40,155); }
td.TdClassName
{
border-color: #EC289B;
}
.TagClassName
{
border-color: #EC289B;
}
</style>