Shades of Orchid #EC74E0
Tints of Orchid #EC74E0
RGB
CMYK
RGB Variations
Color information
#EC74E0 (or 0xEC74E0) is known color: Orchid. HEX triplet: EC, 74 and E0. RGB value is (236,116,224). Sum of RGB (Red+Green+Blue) = 236+116+224=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74E0 is #138B1F. Grayscale: #A3A3A3. Windows color (decimal): -1280800 or 14709996. OLE color: 14709996.
HSL color Cylindrical-coordinate representation of color #EC74E0: hue angle of 306º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74E0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 224 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.07 |
| HSL | 306º | 0.76% | 0.69% | - |
| HSV(B) | 306º | 0.51% | 0.93% | - |
| XYZ | 54.29 | 35.71 | 74.55 | - |
| YUV | 164.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 224 | 0 | 0.51 | 0.05 | 0.07 | 306 | 0.76 | 0.69 |
| Hex | EC | 74 | E0 | 0 | 33 | 5 | 7 | 132 | 4C | 45 |
| Octal | 354 | 164 | 340 | 0 | 63 | 5 | 7 | 462 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11100000 | 0 | 110011 | 101 | 111 | 100110010 | 1001100 | 1000101 |
Color Harmonies of #EC74E0
Complementary color
Monochromatic Colors of #EC74E0
Black with #EC74E0
Text Example
Text Example
White with #EC74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74E0; }
p { color: rgb(236,116,224); }
H1.HeaderClassName
{
color: #EC74E0;
}
.AnyTagClassName
{
color: #EC74E0;
}
</style>
background-color css
<style>
a { background-color: #EC74E0; }
a { background-color: rgb(236,116,224); }
div.DivClassName
{
background-color: #EC74E0;
}
.BgClassName
{
background-color: #EC74E0;
}
</style>
border-color css
<style>
span { border-color: #EC74E0; }
span { border-color: rgb(236,116,224); }
td.TdClassName
{
border-color: #EC74E0;
}
.TagClassName
{
border-color: #EC74E0;
}
</style>