Shades of Persian Rose #EC2097
Tints of Persian Rose #EC2097
RGB
CMYK
RGB Variations
Color information
#EC2097 (or 0xEC2097) is known color: Persian Rose. HEX triplet: EC, 20 and 97. RGB value is (236,32,151). Sum of RGB (Red+Green+Blue) = 236+32+151=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2097 is #13DF68. Grayscale: #6A6A6A. Windows color (decimal): -1302377 or 9904364. OLE color: 9904364.
HSL color Cylindrical-coordinate representation of color #EC2097: hue angle of 325º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2097 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 151 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.07 |
| HSL | 325º | 0.84% | 0.53% | - |
| HSV(B) | 325º | 0.86% | 0.93% | - |
| XYZ | 40.69 | 21.1 | 31.21 | - |
| YUV | 106.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 151 | 0 | 0.86 | 0.36 | 0.07 | 325 | 0.84 | 0.53 |
| Hex | EC | 20 | 97 | 0 | 56 | 24 | 7 | 145 | 54 | 35 |
| Octal | 354 | 40 | 227 | 0 | 126 | 44 | 7 | 505 | 124 | 65 |
| Binary | 11101100 | 100000 | 10010111 | 0 | 1010110 | 100100 | 111 | 101000101 | 1010100 | 110101 |
Color Harmonies of #EC2097
Complementary color
Monochromatic Colors of #EC2097
Black with #EC2097
Text Example
Text Example
White with #EC2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2097; }
p { color: rgb(236,32,151); }
H1.HeaderClassName
{
color: #EC2097;
}
.AnyTagClassName
{
color: #EC2097;
}
</style>
background-color css
<style>
a { background-color: #EC2097; }
a { background-color: rgb(236,32,151); }
div.DivClassName
{
background-color: #EC2097;
}
.BgClassName
{
background-color: #EC2097;
}
</style>
border-color css
<style>
span { border-color: #EC2097; }
span { border-color: rgb(236,32,151); }
td.TdClassName
{
border-color: #EC2097;
}
.TagClassName
{
border-color: #EC2097;
}
</style>