Shades of Persian Rose #EC279D
Tints of Persian Rose #EC279D
RGB
CMYK
RGB Variations
Color information
#EC279D (or 0xEC279D) is known color: Persian Rose. HEX triplet: EC, 27 and 9D. RGB value is (236,39,157). Sum of RGB (Red+Green+Blue) = 236+39+157=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC279D is #13D862. Grayscale: #6F6F6F. Windows color (decimal): -1300579 or 10299372. OLE color: 10299372.
HSL color Cylindrical-coordinate representation of color #EC279D: hue angle of 324.06º 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 #EC279D is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 157 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.07 |
| HSL | 324.06º | 0.84% | 0.54% | - |
| HSV(B) | 324.06º | 0.83% | 0.93% | - |
| XYZ | 41.4 | 21.72 | 33.91 | - |
| YUV | 111.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 157 | 0 | 0.83 | 0.33 | 0.07 | 324.06 | 0.84 | 0.54 |
| Hex | EC | 27 | 9D | 0 | 53 | 21 | 7 | 144 | 54 | 36 |
| Octal | 354 | 47 | 235 | 0 | 123 | 41 | 7 | 504 | 124 | 66 |
| Binary | 11101100 | 100111 | 10011101 | 0 | 1010011 | 100001 | 111 | 101000100 | 1010100 | 110110 |
Color Harmonies of #EC279D
Complementary color
Monochromatic Colors of #EC279D
Black with #EC279D
Text Example
Text Example
White with #EC279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC279D; }
p { color: rgb(236,39,157); }
H1.HeaderClassName
{
color: #EC279D;
}
.AnyTagClassName
{
color: #EC279D;
}
</style>
background-color css
<style>
a { background-color: #EC279D; }
a { background-color: rgb(236,39,157); }
div.DivClassName
{
background-color: #EC279D;
}
.BgClassName
{
background-color: #EC279D;
}
</style>
border-color css
<style>
span { border-color: #EC279D; }
span { border-color: rgb(236,39,157); }
td.TdClassName
{
border-color: #EC279D;
}
.TagClassName
{
border-color: #EC279D;
}
</style>