Shades of Persian Rose #EC2BAF
Tints of Persian Rose #EC2BAF
RGB
CMYK
RGB Variations
Color information
#EC2BAF (or 0xEC2BAF) is known color: Persian Rose. HEX triplet: EC, 2B and AF. RGB value is (236,43,175). Sum of RGB (Red+Green+Blue) = 236+43+175=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BAF is #13D450. Grayscale: #737373. Windows color (decimal): -1299537 or 11480044. OLE color: 11480044.
HSL color Cylindrical-coordinate representation of color #EC2BAF: hue angle of 318.96º 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 #EC2BAF is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 175 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.07 |
| HSL | 318.96º | 0.84% | 0.55% | - |
| HSV(B) | 318.96º | 0.82% | 0.93% | - |
| XYZ | 43.19 | 22.66 | 42.65 | - |
| YUV | 115.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 175 | 0 | 0.82 | 0.26 | 0.07 | 318.96 | 0.84 | 0.55 |
| Hex | EC | 2B | AF | 0 | 52 | 1A | 7 | 13F | 54 | 37 |
| Octal | 354 | 53 | 257 | 0 | 122 | 32 | 7 | 477 | 124 | 67 |
| Binary | 11101100 | 101011 | 10101111 | 0 | 1010010 | 11010 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #EC2BAF
Complementary color
Monochromatic Colors of #EC2BAF
Black with #EC2BAF
Text Example
Text Example
White with #EC2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BAF; }
p { color: rgb(236,43,175); }
H1.HeaderClassName
{
color: #EC2BAF;
}
.AnyTagClassName
{
color: #EC2BAF;
}
</style>
background-color css
<style>
a { background-color: #EC2BAF; }
a { background-color: rgb(236,43,175); }
div.DivClassName
{
background-color: #EC2BAF;
}
.BgClassName
{
background-color: #EC2BAF;
}
</style>
border-color css
<style>
span { border-color: #EC2BAF; }
span { border-color: rgb(236,43,175); }
td.TdClassName
{
border-color: #EC2BAF;
}
.TagClassName
{
border-color: #EC2BAF;
}
</style>