Shades of Persian Rose #EC34B0
Tints of Persian Rose #EC34B0
RGB
CMYK
RGB Variations
Color information
#EC34B0 (or 0xEC34B0) is known color: Persian Rose. HEX triplet: EC, 34 and B0. RGB value is (236,52,176). Sum of RGB (Red+Green+Blue) = 236+52+176=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC34B0 is #13CB4F. Grayscale: #787878. Windows color (decimal): -1297232 or 11547884. OLE color: 11547884.
HSL color Cylindrical-coordinate representation of color #EC34B0: hue angle of 319.57º 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 #EC34B0 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 176 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.07 |
| HSL | 319.57º | 0.83% | 0.56% | - |
| HSV(B) | 319.57º | 0.78% | 0.93% | - |
| XYZ | 43.66 | 23.42 | 43.29 | - |
| YUV | 121.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 176 | 0 | 0.78 | 0.25 | 0.07 | 319.57 | 0.83 | 0.56 |
| Hex | EC | 34 | B0 | 0 | 4E | 19 | 7 | 140 | 53 | 38 |
| Octal | 354 | 64 | 260 | 0 | 116 | 31 | 7 | 500 | 123 | 70 |
| Binary | 11101100 | 110100 | 10110000 | 0 | 1001110 | 11001 | 111 | 101000000 | 1010011 | 111000 |
Color Harmonies of #EC34B0
Complementary color
Monochromatic Colors of #EC34B0
Black with #EC34B0
Text Example
Text Example
White with #EC34B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC34B0; }
p { color: rgb(236,52,176); }
H1.HeaderClassName
{
color: #EC34B0;
}
.AnyTagClassName
{
color: #EC34B0;
}
</style>
background-color css
<style>
a { background-color: #EC34B0; }
a { background-color: rgb(236,52,176); }
div.DivClassName
{
background-color: #EC34B0;
}
.BgClassName
{
background-color: #EC34B0;
}
</style>
border-color css
<style>
span { border-color: #EC34B0; }
span { border-color: rgb(236,52,176); }
td.TdClassName
{
border-color: #EC34B0;
}
.TagClassName
{
border-color: #EC34B0;
}
</style>