Shades of Persian Rose #EC3BB1
Tints of Persian Rose #EC3BB1
RGB
CMYK
RGB Variations
Color information
#EC3BB1 (or 0xEC3BB1) is known color: Persian Rose. HEX triplet: EC, 3B and B1. RGB value is (236,59,177). Sum of RGB (Red+Green+Blue) = 236+59+177=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3BB1 is #13C44E. Grayscale: #7D7D7D. Windows color (decimal): -1295439 or 11615212. OLE color: 11615212.
HSL color Cylindrical-coordinate representation of color #EC3BB1: hue angle of 320º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BB1 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 177 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.07 |
| HSL | 320º | 0.82% | 0.58% | - |
| HSV(B) | 320º | 0.75% | 0.93% | - |
| XYZ | 44.09 | 24.14 | 43.93 | - |
| YUV | 125.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 177 | 0 | 0.75 | 0.25 | 0.07 | 320 | 0.82 | 0.58 |
| Hex | EC | 3B | B1 | 0 | 4B | 19 | 7 | 140 | 52 | 3A |
| Octal | 354 | 73 | 261 | 0 | 113 | 31 | 7 | 500 | 122 | 72 |
| Binary | 11101100 | 111011 | 10110001 | 0 | 1001011 | 11001 | 111 | 101000000 | 1010010 | 111010 |
Color Harmonies of #EC3BB1
Complementary color
Monochromatic Colors of #EC3BB1
Black with #EC3BB1
Text Example
Text Example
White with #EC3BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BB1; }
p { color: rgb(236,59,177); }
H1.HeaderClassName
{
color: #EC3BB1;
}
.AnyTagClassName
{
color: #EC3BB1;
}
</style>
background-color css
<style>
a { background-color: #EC3BB1; }
a { background-color: rgb(236,59,177); }
div.DivClassName
{
background-color: #EC3BB1;
}
.BgClassName
{
background-color: #EC3BB1;
}
</style>
border-color css
<style>
span { border-color: #EC3BB1; }
span { border-color: rgb(236,59,177); }
td.TdClassName
{
border-color: #EC3BB1;
}
.TagClassName
{
border-color: #EC3BB1;
}
</style>