Shades of Persian Rose #EC40B0
Tints of Persian Rose #EC40B0
RGB
CMYK
RGB Variations
Color information
#EC40B0 (or 0xEC40B0) is known color: Persian Rose. HEX triplet: EC, 40 and B0. RGB value is (236,64,176). Sum of RGB (Red+Green+Blue) = 236+64+176=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40B0 is #13BF4F. Grayscale: #7F7F7F. Windows color (decimal): -1294160 or 11550956. OLE color: 11550956.
HSL color Cylindrical-coordinate representation of color #EC40B0: hue angle of 320.93º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40B0 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 176 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.07 |
| HSL | 320.93º | 0.82% | 0.59% | - |
| HSV(B) | 320.93º | 0.73% | 0.93% | - |
| XYZ | 44.26 | 24.63 | 43.5 | - |
| YUV | 128.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 176 | 0 | 0.73 | 0.25 | 0.07 | 320.93 | 0.82 | 0.59 |
| Hex | EC | 40 | B0 | 0 | 49 | 19 | 7 | 141 | 52 | 3B |
| Octal | 354 | 100 | 260 | 0 | 111 | 31 | 7 | 501 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10110000 | 0 | 1001001 | 11001 | 111 | 101000001 | 1010010 | 111011 |
Color Harmonies of #EC40B0
Complementary color
Monochromatic Colors of #EC40B0
Black with #EC40B0
Text Example
Text Example
White with #EC40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40B0; }
p { color: rgb(236,64,176); }
H1.HeaderClassName
{
color: #EC40B0;
}
.AnyTagClassName
{
color: #EC40B0;
}
</style>
background-color css
<style>
a { background-color: #EC40B0; }
a { background-color: rgb(236,64,176); }
div.DivClassName
{
background-color: #EC40B0;
}
.BgClassName
{
background-color: #EC40B0;
}
</style>
border-color css
<style>
span { border-color: #EC40B0; }
span { border-color: rgb(236,64,176); }
td.TdClassName
{
border-color: #EC40B0;
}
.TagClassName
{
border-color: #EC40B0;
}
</style>