Shades of Persian Rose #EC34B1
Tints of Persian Rose #EC34B1
RGB
CMYK
RGB Variations
Color information
#EC34B1 (or 0xEC34B1) is known color: Persian Rose. HEX triplet: EC, 34 and B1. RGB value is (236,52,177). Sum of RGB (Red+Green+Blue) = 236+52+177=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC34B1 is #13CB4E. Grayscale: #787878. Windows color (decimal): -1297231 or 11613420. OLE color: 11613420.
HSL color Cylindrical-coordinate representation of color #EC34B1: hue angle of 319.24º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC34B1 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 177 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.07 |
| HSL | 319.24º | 0.83% | 0.56% | - |
| HSV(B) | 319.24º | 0.78% | 0.93% | - |
| XYZ | 43.76 | 23.46 | 43.82 | - |
| YUV | 121.27 | 159.46 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 177 | 0 | 0.78 | 0.25 | 0.07 | 319.24 | 0.83 | 0.56 |
| Hex | EC | 34 | B1 | 0 | 4E | 19 | 7 | 13F | 53 | 38 |
| Octal | 354 | 64 | 261 | 0 | 116 | 31 | 7 | 477 | 123 | 70 |
| Binary | 11101100 | 110100 | 10110001 | 0 | 1001110 | 11001 | 111 | 100111111 | 1010011 | 111000 |
Color Harmonies of #EC34B1
Complementary color
Monochromatic Colors of #EC34B1
Black with #EC34B1
Text Example
Text Example
White with #EC34B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC34B1; }
p { color: rgb(236,52,177); }
H1.HeaderClassName
{
color: #EC34B1;
}
.AnyTagClassName
{
color: #EC34B1;
}
</style>
background-color css
<style>
a { background-color: #EC34B1; }
a { background-color: rgb(236,52,177); }
div.DivClassName
{
background-color: #EC34B1;
}
.BgClassName
{
background-color: #EC34B1;
}
</style>
border-color css
<style>
span { border-color: #EC34B1; }
span { border-color: rgb(236,52,177); }
td.TdClassName
{
border-color: #EC34B1;
}
.TagClassName
{
border-color: #EC34B1;
}
</style>