Shades of Orchid #EC74D4
Tints of Orchid #EC74D4
RGB
CMYK
RGB Variations
Color information
#EC74D4 (or 0xEC74D4) is known color: Orchid. HEX triplet: EC, 74 and D4. RGB value is (236,116,212). Sum of RGB (Red+Green+Blue) = 236+116+212=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D4 is #138B2B. Grayscale: #A2A2A2. Windows color (decimal): -1280812 or 13923564. OLE color: 13923564.
HSL color Cylindrical-coordinate representation of color #EC74D4: hue angle of 312º 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 #EC74D4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 212 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.07 |
| HSL | 312º | 0.76% | 0.69% | - |
| HSV(B) | 312º | 0.51% | 0.93% | - |
| XYZ | 52.72 | 35.08 | 66.28 | - |
| YUV | 162.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 212 | 0 | 0.51 | 0.10 | 0.07 | 312 | 0.76 | 0.69 |
| Hex | EC | 74 | D4 | 0 | 33 | A | 7 | 138 | 4C | 45 |
| Octal | 354 | 164 | 324 | 0 | 63 | 12 | 7 | 470 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11010100 | 0 | 110011 | 1010 | 111 | 100111000 | 1001100 | 1000101 |
Color Harmonies of #EC74D4
Complementary color
Monochromatic Colors of #EC74D4
Black with #EC74D4
Text Example
Text Example
White with #EC74D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74D4; }
p { color: rgb(236,116,212); }
H1.HeaderClassName
{
color: #EC74D4;
}
.AnyTagClassName
{
color: #EC74D4;
}
</style>
background-color css
<style>
a { background-color: #EC74D4; }
a { background-color: rgb(236,116,212); }
div.DivClassName
{
background-color: #EC74D4;
}
.BgClassName
{
background-color: #EC74D4;
}
</style>
border-color css
<style>
span { border-color: #EC74D4; }
span { border-color: rgb(236,116,212); }
td.TdClassName
{
border-color: #EC74D4;
}
.TagClassName
{
border-color: #EC74D4;
}
</style>