Shades of Persian Rose #EC229E
Tints of Persian Rose #EC229E
RGB
CMYK
RGB Variations
Color information
#EC229E (or 0xEC229E) is known color: Persian Rose. HEX triplet: EC, 22 and 9E. RGB value is (236,34,158). Sum of RGB (Red+Green+Blue) = 236+34+158=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC229E is #13DD61. Grayscale: #6C6C6C. Windows color (decimal): -1301858 or 10363628. OLE color: 10363628.
HSL color Cylindrical-coordinate representation of color #EC229E: hue angle of 323.17º 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 #EC229E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 158 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.07 |
| HSL | 323.17º | 0.84% | 0.53% | - |
| HSV(B) | 323.17º | 0.86% | 0.93% | - |
| XYZ | 41.34 | 21.45 | 34.31 | - |
| YUV | 108.53 | 155.92 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 158 | 0 | 0.86 | 0.33 | 0.07 | 323.17 | 0.84 | 0.53 |
| Hex | EC | 22 | 9E | 0 | 56 | 21 | 7 | 143 | 54 | 35 |
| Octal | 354 | 42 | 236 | 0 | 126 | 41 | 7 | 503 | 124 | 65 |
| Binary | 11101100 | 100010 | 10011110 | 0 | 1010110 | 100001 | 111 | 101000011 | 1010100 | 110101 |
Color Harmonies of #EC229E
Complementary color
Monochromatic Colors of #EC229E
Black with #EC229E
Text Example
Text Example
White with #EC229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC229E; }
p { color: rgb(236,34,158); }
H1.HeaderClassName
{
color: #EC229E;
}
.AnyTagClassName
{
color: #EC229E;
}
</style>
background-color css
<style>
a { background-color: #EC229E; }
a { background-color: rgb(236,34,158); }
div.DivClassName
{
background-color: #EC229E;
}
.BgClassName
{
background-color: #EC229E;
}
</style>
border-color css
<style>
span { border-color: #EC229E; }
span { border-color: rgb(236,34,158); }
td.TdClassName
{
border-color: #EC229E;
}
.TagClassName
{
border-color: #EC229E;
}
</style>