Shades of Persian Rose #EC2395
Tints of Persian Rose #EC2395
RGB
CMYK
RGB Variations
Color information
#EC2395 (or 0xEC2395) is known color: Persian Rose. HEX triplet: EC, 23 and 95. RGB value is (236,35,149). Sum of RGB (Red+Green+Blue) = 236+35+149=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2395 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2395 is #13DC6A. Grayscale: #6B6B6B. Windows color (decimal): -1301611 or 9774060. OLE color: 9774060.
HSL color Cylindrical-coordinate representation of color #EC2395: hue angle of 325.97º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2395 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 149 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.07 |
| HSL | 325.97º | 0.84% | 0.53% | - |
| HSV(B) | 325.97º | 0.85% | 0.93% | - |
| XYZ | 40.62 | 21.2 | 30.39 | - |
| YUV | 108.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 149 | 0 | 0.85 | 0.37 | 0.07 | 325.97 | 0.84 | 0.53 |
| Hex | EC | 23 | 95 | 0 | 55 | 25 | 7 | 146 | 54 | 35 |
| Octal | 354 | 43 | 225 | 0 | 125 | 45 | 7 | 506 | 124 | 65 |
| Binary | 11101100 | 100011 | 10010101 | 0 | 1010101 | 100101 | 111 | 101000110 | 1010100 | 110101 |
Color Harmonies of #EC2395
Complementary color
Monochromatic Colors of #EC2395
Black with #EC2395
Text Example
Text Example
White with #EC2395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2395; }
p { color: rgb(236,35,149); }
H1.HeaderClassName
{
color: #EC2395;
}
.AnyTagClassName
{
color: #EC2395;
}
</style>
background-color css
<style>
a { background-color: #EC2395; }
a { background-color: rgb(236,35,149); }
div.DivClassName
{
background-color: #EC2395;
}
.BgClassName
{
background-color: #EC2395;
}
</style>
border-color css
<style>
span { border-color: #EC2395; }
span { border-color: rgb(236,35,149); }
td.TdClassName
{
border-color: #EC2395;
}
.TagClassName
{
border-color: #EC2395;
}
</style>