Shades of Persian Rose #EC38B0
Tints of Persian Rose #EC38B0
RGB
CMYK
RGB Variations
Color information
#EC38B0 (or 0xEC38B0) is known color: Persian Rose. HEX triplet: EC, 38 and B0. RGB value is (236,56,176). Sum of RGB (Red+Green+Blue) = 236+56+176=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38B0 is #13C74F. Grayscale: #7B7B7B. Windows color (decimal): -1296208 or 11548908. OLE color: 11548908.
HSL color Cylindrical-coordinate representation of color #EC38B0: hue angle of 320º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC38B0 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 176 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.07 |
| HSL | 320º | 0.83% | 0.57% | - |
| HSV(B) | 320º | 0.76% | 0.93% | - |
| XYZ | 43.84 | 23.8 | 43.36 | - |
| YUV | 123.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 176 | 0 | 0.76 | 0.25 | 0.07 | 320 | 0.83 | 0.57 |
| Hex | EC | 38 | B0 | 0 | 4C | 19 | 7 | 140 | 53 | 39 |
| Octal | 354 | 70 | 260 | 0 | 114 | 31 | 7 | 500 | 123 | 71 |
| Binary | 11101100 | 111000 | 10110000 | 0 | 1001100 | 11001 | 111 | 101000000 | 1010011 | 111001 |
Color Harmonies of #EC38B0
Complementary color
Monochromatic Colors of #EC38B0
Black with #EC38B0
Text Example
Text Example
White with #EC38B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38B0; }
p { color: rgb(236,56,176); }
H1.HeaderClassName
{
color: #EC38B0;
}
.AnyTagClassName
{
color: #EC38B0;
}
</style>
background-color css
<style>
a { background-color: #EC38B0; }
a { background-color: rgb(236,56,176); }
div.DivClassName
{
background-color: #EC38B0;
}
.BgClassName
{
background-color: #EC38B0;
}
</style>
border-color css
<style>
span { border-color: #EC38B0; }
span { border-color: rgb(236,56,176); }
td.TdClassName
{
border-color: #EC38B0;
}
.TagClassName
{
border-color: #EC38B0;
}
</style>