Shades of Persian Rose #EC30B3
Tints of Persian Rose #EC30B3
RGB
CMYK
RGB Variations
Color information
#EC30B3 (or 0xEC30B3) is known color: Persian Rose. HEX triplet: EC, 30 and B3. RGB value is (236,48,179). Sum of RGB (Red+Green+Blue) = 236+48+179=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30B3 is #13CF4C. Grayscale: #767676. Windows color (decimal): -1298253 or 11743468. OLE color: 11743468.
HSL color Cylindrical-coordinate representation of color #EC30B3: hue angle of 318.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30B3 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 179 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.07 |
| HSL | 318.19º | 0.83% | 0.56% | - |
| HSV(B) | 318.19º | 0.8% | 0.93% | - |
| XYZ | 43.79 | 23.2 | 44.82 | - |
| YUV | 119.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 179 | 0 | 0.80 | 0.24 | 0.07 | 318.19 | 0.83 | 0.56 |
| Hex | EC | 30 | B3 | 0 | 50 | 18 | 7 | 13E | 53 | 38 |
| Octal | 354 | 60 | 263 | 0 | 120 | 30 | 7 | 476 | 123 | 70 |
| Binary | 11101100 | 110000 | 10110011 | 0 | 1010000 | 11000 | 111 | 100111110 | 1010011 | 111000 |
Color Harmonies of #EC30B3
Complementary color
Monochromatic Colors of #EC30B3
Black with #EC30B3
Text Example
Text Example
White with #EC30B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30B3; }
p { color: rgb(236,48,179); }
H1.HeaderClassName
{
color: #EC30B3;
}
.AnyTagClassName
{
color: #EC30B3;
}
</style>
background-color css
<style>
a { background-color: #EC30B3; }
a { background-color: rgb(236,48,179); }
div.DivClassName
{
background-color: #EC30B3;
}
.BgClassName
{
background-color: #EC30B3;
}
</style>
border-color css
<style>
span { border-color: #EC30B3; }
span { border-color: rgb(236,48,179); }
td.TdClassName
{
border-color: #EC30B3;
}
.TagClassName
{
border-color: #EC30B3;
}
</style>