Shades of Persian Rose #EC34B4
Tints of Persian Rose #EC34B4
RGB
CMYK
RGB Variations
Color information
#EC34B4 (or 0xEC34B4) is known color: Persian Rose. HEX triplet: EC, 34 and B4. RGB value is (236,52,180). Sum of RGB (Red+Green+Blue) = 236+52+180=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC34B4 is #13CB4B. Grayscale: #797979. Windows color (decimal): -1297228 or 11810028. OLE color: 11810028.
HSL color Cylindrical-coordinate representation of color #EC34B4: hue angle of 318.26º 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 #EC34B4 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 180 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.07 |
| HSL | 318.26º | 0.83% | 0.56% | - |
| HSV(B) | 318.26º | 0.78% | 0.93% | - |
| XYZ | 44.06 | 23.58 | 45.41 | - |
| YUV | 121.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 180 | 0 | 0.78 | 0.24 | 0.07 | 318.26 | 0.83 | 0.56 |
| Hex | EC | 34 | B4 | 0 | 4E | 18 | 7 | 13E | 53 | 38 |
| Octal | 354 | 64 | 264 | 0 | 116 | 30 | 7 | 476 | 123 | 70 |
| Binary | 11101100 | 110100 | 10110100 | 0 | 1001110 | 11000 | 111 | 100111110 | 1010011 | 111000 |
Color Harmonies of #EC34B4
Complementary color
Monochromatic Colors of #EC34B4
Black with #EC34B4
Text Example
Text Example
White with #EC34B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC34B4; }
p { color: rgb(236,52,180); }
H1.HeaderClassName
{
color: #EC34B4;
}
.AnyTagClassName
{
color: #EC34B4;
}
</style>
background-color css
<style>
a { background-color: #EC34B4; }
a { background-color: rgb(236,52,180); }
div.DivClassName
{
background-color: #EC34B4;
}
.BgClassName
{
background-color: #EC34B4;
}
</style>
border-color css
<style>
span { border-color: #EC34B4; }
span { border-color: rgb(236,52,180); }
td.TdClassName
{
border-color: #EC34B4;
}
.TagClassName
{
border-color: #EC34B4;
}
</style>