Shades of Persian Rose #EC2BAE
Tints of Persian Rose #EC2BAE
RGB
CMYK
RGB Variations
Color information
#EC2BAE (or 0xEC2BAE) is known color: Persian Rose. HEX triplet: EC, 2B and AE. RGB value is (236,43,174). Sum of RGB (Red+Green+Blue) = 236+43+174=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BAE is #13D451. Grayscale: #737373. Windows color (decimal): -1299538 or 11414508. OLE color: 11414508.
HSL color Cylindrical-coordinate representation of color #EC2BAE: hue angle of 319.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BAE is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 174 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.07 |
| HSL | 319.27º | 0.84% | 0.55% | - |
| HSV(B) | 319.27º | 0.82% | 0.93% | - |
| XYZ | 43.1 | 22.62 | 42.14 | - |
| YUV | 115.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 174 | 0 | 0.82 | 0.26 | 0.07 | 319.27 | 0.84 | 0.55 |
| Hex | EC | 2B | AE | 0 | 52 | 1A | 7 | 13F | 54 | 37 |
| Octal | 354 | 53 | 256 | 0 | 122 | 32 | 7 | 477 | 124 | 67 |
| Binary | 11101100 | 101011 | 10101110 | 0 | 1010010 | 11010 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #EC2BAE
Complementary color
Monochromatic Colors of #EC2BAE
Black with #EC2BAE
Text Example
Text Example
White with #EC2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BAE; }
p { color: rgb(236,43,174); }
H1.HeaderClassName
{
color: #EC2BAE;
}
.AnyTagClassName
{
color: #EC2BAE;
}
</style>
background-color css
<style>
a { background-color: #EC2BAE; }
a { background-color: rgb(236,43,174); }
div.DivClassName
{
background-color: #EC2BAE;
}
.BgClassName
{
background-color: #EC2BAE;
}
</style>
border-color css
<style>
span { border-color: #EC2BAE; }
span { border-color: rgb(236,43,174); }
td.TdClassName
{
border-color: #EC2BAE;
}
.TagClassName
{
border-color: #EC2BAE;
}
</style>