Shades of Persian Rose #EC2099
Tints of Persian Rose #EC2099
RGB
CMYK
RGB Variations
Color information
#EC2099 (or 0xEC2099) is known color: Persian Rose. HEX triplet: EC, 20 and 99. RGB value is (236,32,153). Sum of RGB (Red+Green+Blue) = 236+32+153=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2099 is #13DF66. Grayscale: #6A6A6A. Windows color (decimal): -1302375 or 10035436. OLE color: 10035436.
HSL color Cylindrical-coordinate representation of color #EC2099: hue angle of 324.41º 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 #EC2099 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 153 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.07 |
| HSL | 324.41º | 0.84% | 0.53% | - |
| HSV(B) | 324.41º | 0.86% | 0.93% | - |
| XYZ | 40.86 | 21.17 | 32.07 | - |
| YUV | 106.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 153 | 0 | 0.86 | 0.35 | 0.07 | 324.41 | 0.84 | 0.53 |
| Hex | EC | 20 | 99 | 0 | 56 | 23 | 7 | 144 | 54 | 35 |
| Octal | 354 | 40 | 231 | 0 | 126 | 43 | 7 | 504 | 124 | 65 |
| Binary | 11101100 | 100000 | 10011001 | 0 | 1010110 | 100011 | 111 | 101000100 | 1010100 | 110101 |
Color Harmonies of #EC2099
Complementary color
Monochromatic Colors of #EC2099
Black with #EC2099
Text Example
Text Example
White with #EC2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2099; }
p { color: rgb(236,32,153); }
H1.HeaderClassName
{
color: #EC2099;
}
.AnyTagClassName
{
color: #EC2099;
}
</style>
background-color css
<style>
a { background-color: #EC2099; }
a { background-color: rgb(236,32,153); }
div.DivClassName
{
background-color: #EC2099;
}
.BgClassName
{
background-color: #EC2099;
}
</style>
border-color css
<style>
span { border-color: #EC2099; }
span { border-color: rgb(236,32,153); }
td.TdClassName
{
border-color: #EC2099;
}
.TagClassName
{
border-color: #EC2099;
}
</style>