Shades of Persian Rose #EC2295
Tints of Persian Rose #EC2295
RGB
CMYK
RGB Variations
Color information
#EC2295 (or 0xEC2295) is known color: Persian Rose. HEX triplet: EC, 22 and 95. RGB value is (236,34,149). Sum of RGB (Red+Green+Blue) = 236+34+149=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2295 is #13DD6A. Grayscale: #6B6B6B. Windows color (decimal): -1301867 or 9773804. OLE color: 9773804.
HSL color Cylindrical-coordinate representation of color #EC2295: hue angle of 325.84º 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 #EC2295 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 149 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 325.84º | 0.84% | 0.53% | - |
| HSV(B) | 325.84º | 0.86% | 0.93% | - |
| XYZ | 40.59 | 21.15 | 30.38 | - |
| YUV | 107.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 149 | 0 | 0.86 | 0.37 | 0.07 | 325.84 | 0.84 | 0.53 |
| Hex | EC | 22 | 95 | 0 | 56 | 25 | 7 | 146 | 54 | 35 |
| Octal | 354 | 42 | 225 | 0 | 126 | 45 | 7 | 506 | 124 | 65 |
| Binary | 11101100 | 100010 | 10010101 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010100 | 110101 |
Color Harmonies of #EC2295
Complementary color
Monochromatic Colors of #EC2295
Black with #EC2295
Text Example
Text Example
White with #EC2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2295; }
p { color: rgb(236,34,149); }
H1.HeaderClassName
{
color: #EC2295;
}
.AnyTagClassName
{
color: #EC2295;
}
</style>
background-color css
<style>
a { background-color: #EC2295; }
a { background-color: rgb(236,34,149); }
div.DivClassName
{
background-color: #EC2295;
}
.BgClassName
{
background-color: #EC2295;
}
</style>
border-color css
<style>
span { border-color: #EC2295; }
span { border-color: rgb(236,34,149); }
td.TdClassName
{
border-color: #EC2295;
}
.TagClassName
{
border-color: #EC2295;
}
</style>