Shades of Persian Rose #EC269E
Tints of Persian Rose #EC269E
RGB
CMYK
RGB Variations
Color information
#EC269E (or 0xEC269E) is known color: Persian Rose. HEX triplet: EC, 26 and 9E. RGB value is (236,38,158). Sum of RGB (Red+Green+Blue) = 236+38+158=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC269E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC269E is #13D961. Grayscale: #6E6E6E. Windows color (decimal): -1300834 or 10364652. OLE color: 10364652.
HSL color Cylindrical-coordinate representation of color #EC269E: hue angle of 323.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC269E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 158 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.07 |
| HSL | 323.64º | 0.84% | 0.54% | - |
| HSV(B) | 323.64º | 0.84% | 0.93% | - |
| XYZ | 41.46 | 21.69 | 34.35 | - |
| YUV | 110.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 158 | 0 | 0.84 | 0.33 | 0.07 | 323.64 | 0.84 | 0.54 |
| Hex | EC | 26 | 9E | 0 | 54 | 21 | 7 | 144 | 54 | 36 |
| Octal | 354 | 46 | 236 | 0 | 124 | 41 | 7 | 504 | 124 | 66 |
| Binary | 11101100 | 100110 | 10011110 | 0 | 1010100 | 100001 | 111 | 101000100 | 1010100 | 110110 |
Color Harmonies of #EC269E
Complementary color
Monochromatic Colors of #EC269E
Black with #EC269E
Text Example
Text Example
White with #EC269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC269E; }
p { color: rgb(236,38,158); }
H1.HeaderClassName
{
color: #EC269E;
}
.AnyTagClassName
{
color: #EC269E;
}
</style>
background-color css
<style>
a { background-color: #EC269E; }
a { background-color: rgb(236,38,158); }
div.DivClassName
{
background-color: #EC269E;
}
.BgClassName
{
background-color: #EC269E;
}
</style>
border-color css
<style>
span { border-color: #EC269E; }
span { border-color: rgb(236,38,158); }
td.TdClassName
{
border-color: #EC269E;
}
.TagClassName
{
border-color: #EC269E;
}
</style>