Shades of Persian Rose #EC39A6
Tints of Persian Rose #EC39A6
RGB
CMYK
RGB Variations
Color information
#EC39A6 (or 0xEC39A6) is known color: Persian Rose. HEX triplet: EC, 39 and A6. RGB value is (236,57,166). Sum of RGB (Red+Green+Blue) = 236+57+166=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC39A6 is #13C659. Grayscale: #7A7A7A. Windows color (decimal): -1295962 or 10893804. OLE color: 10893804.
HSL color Cylindrical-coordinate representation of color #EC39A6: hue angle of 323.46º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC39A6 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 166 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.07 |
| HSL | 323.46º | 0.82% | 0.57% | - |
| HSV(B) | 323.46º | 0.76% | 0.93% | - |
| XYZ | 42.94 | 23.51 | 38.35 | - |
| YUV | 122.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 166 | 0 | 0.76 | 0.30 | 0.07 | 323.46 | 0.82 | 0.57 |
| Hex | EC | 39 | A6 | 0 | 4C | 1E | 7 | 143 | 52 | 39 |
| Octal | 354 | 71 | 246 | 0 | 114 | 36 | 7 | 503 | 122 | 71 |
| Binary | 11101100 | 111001 | 10100110 | 0 | 1001100 | 11110 | 111 | 101000011 | 1010010 | 111001 |
Color Harmonies of #EC39A6
Complementary color
Monochromatic Colors of #EC39A6
Black with #EC39A6
Text Example
Text Example
White with #EC39A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC39A6; }
p { color: rgb(236,57,166); }
H1.HeaderClassName
{
color: #EC39A6;
}
.AnyTagClassName
{
color: #EC39A6;
}
</style>
background-color css
<style>
a { background-color: #EC39A6; }
a { background-color: rgb(236,57,166); }
div.DivClassName
{
background-color: #EC39A6;
}
.BgClassName
{
background-color: #EC39A6;
}
</style>
border-color css
<style>
span { border-color: #EC39A6; }
span { border-color: rgb(236,57,166); }
td.TdClassName
{
border-color: #EC39A6;
}
.TagClassName
{
border-color: #EC39A6;
}
</style>