Shades of Orchid #EC6FE1
Tints of Orchid #EC6FE1
RGB
CMYK
RGB Variations
Color information
#EC6FE1 (or 0xEC6FE1) is known color: Orchid. HEX triplet: EC, 6F and E1. RGB value is (236,111,225). Sum of RGB (Red+Green+Blue) = 236+111+225=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FE1 is #13901E. Grayscale: #A1A1A1. Windows color (decimal): -1282079 or 14774252. OLE color: 14774252.
HSL color Cylindrical-coordinate representation of color #EC6FE1: hue angle of 305.28º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FE1 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 225 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.07 |
| HSL | 305.28º | 0.77% | 0.68% | - |
| HSV(B) | 305.28º | 0.53% | 0.93% | - |
| XYZ | 53.87 | 34.64 | 75.08 | - |
| YUV | 161.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 225 | 0 | 0.53 | 0.05 | 0.07 | 305.28 | 0.77 | 0.68 |
| Hex | EC | 6F | E1 | 0 | 35 | 5 | 7 | 131 | 4D | 44 |
| Octal | 354 | 157 | 341 | 0 | 65 | 5 | 7 | 461 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11100001 | 0 | 110101 | 101 | 111 | 100110001 | 1001101 | 1000100 |
Color Harmonies of #EC6FE1
Complementary color
Monochromatic Colors of #EC6FE1
Black with #EC6FE1
Text Example
Text Example
White with #EC6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FE1; }
p { color: rgb(236,111,225); }
H1.HeaderClassName
{
color: #EC6FE1;
}
.AnyTagClassName
{
color: #EC6FE1;
}
</style>
background-color css
<style>
a { background-color: #EC6FE1; }
a { background-color: rgb(236,111,225); }
div.DivClassName
{
background-color: #EC6FE1;
}
.BgClassName
{
background-color: #EC6FE1;
}
</style>
border-color css
<style>
span { border-color: #EC6FE1; }
span { border-color: rgb(236,111,225); }
td.TdClassName
{
border-color: #EC6FE1;
}
.TagClassName
{
border-color: #EC6FE1;
}
</style>