Shades of Orchid #EA6EDC
Tints of Orchid #EA6EDC
RGB
CMYK
RGB Variations
Color information
#EA6EDC (or 0xEA6EDC) is known color: Orchid. HEX triplet: EA, 6E and DC. RGB value is (234,110,220). Sum of RGB (Red+Green+Blue) = 234+110+220=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EDC is #159123. Grayscale: #9F9F9F. Windows color (decimal): -1413412 or 14446314. OLE color: 14446314.
HSL color Cylindrical-coordinate representation of color #EA6EDC: hue angle of 306.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EDC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 220 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.08 |
| HSL | 306.77º | 0.75% | 0.67% | - |
| HSV(B) | 306.77º | 0.53% | 0.92% | - |
| XYZ | 52.43 | 33.81 | 71.47 | - |
| YUV | 159.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 220 | 0 | 0.53 | 0.06 | 0.08 | 306.77 | 0.75 | 0.67 |
| Hex | EA | 6E | DC | 0 | 35 | 6 | 8 | 133 | 4B | 43 |
| Octal | 352 | 156 | 334 | 0 | 65 | 6 | 10 | 463 | 113 | 103 |
| Binary | 11101010 | 1101110 | 11011100 | 0 | 110101 | 110 | 1000 | 100110011 | 1001011 | 1000011 |
Color Harmonies of #EA6EDC
Complementary color
Monochromatic Colors of #EA6EDC
Black with #EA6EDC
Text Example
Text Example
White with #EA6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EDC; }
p { color: rgb(234,110,220); }
H1.HeaderClassName
{
color: #EA6EDC;
}
.AnyTagClassName
{
color: #EA6EDC;
}
</style>
background-color css
<style>
a { background-color: #EA6EDC; }
a { background-color: rgb(234,110,220); }
div.DivClassName
{
background-color: #EA6EDC;
}
.BgClassName
{
background-color: #EA6EDC;
}
</style>
border-color css
<style>
span { border-color: #EA6EDC; }
span { border-color: rgb(234,110,220); }
td.TdClassName
{
border-color: #EA6EDC;
}
.TagClassName
{
border-color: #EA6EDC;
}
</style>