Shades of Persian Rose #EC2294
Tints of Persian Rose #EC2294
RGB
CMYK
RGB Variations
Color information
#EC2294 (or 0xEC2294) is known color: Persian Rose. HEX triplet: EC, 22 and 94. RGB value is (236,34,148). Sum of RGB (Red+Green+Blue) = 236+34+148=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2294 is #13DD6B. Grayscale: #6B6B6B. Windows color (decimal): -1301868 or 9708268. OLE color: 9708268.
HSL color Cylindrical-coordinate representation of color #EC2294: hue angle of 326.14º 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 #EC2294 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 148 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 326.14º | 0.84% | 0.53% | - |
| HSV(B) | 326.14º | 0.86% | 0.93% | - |
| XYZ | 40.51 | 21.12 | 29.96 | - |
| YUV | 107.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 148 | 0 | 0.86 | 0.37 | 0.07 | 326.14 | 0.84 | 0.53 |
| Hex | EC | 22 | 94 | 0 | 56 | 25 | 7 | 146 | 54 | 35 |
| Octal | 354 | 42 | 224 | 0 | 126 | 45 | 7 | 506 | 124 | 65 |
| Binary | 11101100 | 100010 | 10010100 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010100 | 110101 |
Color Harmonies of #EC2294
Complementary color
Monochromatic Colors of #EC2294
Black with #EC2294
Text Example
Text Example
White with #EC2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2294; }
p { color: rgb(236,34,148); }
H1.HeaderClassName
{
color: #EC2294;
}
.AnyTagClassName
{
color: #EC2294;
}
</style>
background-color css
<style>
a { background-color: #EC2294; }
a { background-color: rgb(236,34,148); }
div.DivClassName
{
background-color: #EC2294;
}
.BgClassName
{
background-color: #EC2294;
}
</style>
border-color css
<style>
span { border-color: #EC2294; }
span { border-color: rgb(236,34,148); }
td.TdClassName
{
border-color: #EC2294;
}
.TagClassName
{
border-color: #EC2294;
}
</style>