Shades of Orchid #EA6DD4
Tints of Orchid #EA6DD4
RGB
CMYK
RGB Variations
Color information
#EA6DD4 (or 0xEA6DD4) is known color: Orchid. HEX triplet: EA, 6D and D4. RGB value is (234,109,212). Sum of RGB (Red+Green+Blue) = 234+109+212=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DD4 is #15922B. Grayscale: #9D9D9D. Windows color (decimal): -1413676 or 13921770. OLE color: 13921770.
HSL color Cylindrical-coordinate representation of color #EA6DD4: hue angle of 310.56º 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 #EA6DD4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 212 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.08 |
| HSL | 310.56º | 0.75% | 0.67% | - |
| HSV(B) | 310.56º | 0.53% | 0.92% | - |
| XYZ | 51.28 | 33.18 | 65.99 | - |
| YUV | 158.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 212 | 0 | 0.53 | 0.09 | 0.08 | 310.56 | 0.75 | 0.67 |
| Hex | EA | 6D | D4 | 0 | 35 | 9 | 8 | 137 | 4B | 43 |
| Octal | 352 | 155 | 324 | 0 | 65 | 11 | 10 | 467 | 113 | 103 |
| Binary | 11101010 | 1101101 | 11010100 | 0 | 110101 | 1001 | 1000 | 100110111 | 1001011 | 1000011 |
Color Harmonies of #EA6DD4
Complementary color
Monochromatic Colors of #EA6DD4
Black with #EA6DD4
Text Example
Text Example
White with #EA6DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DD4; }
p { color: rgb(234,109,212); }
H1.HeaderClassName
{
color: #EA6DD4;
}
.AnyTagClassName
{
color: #EA6DD4;
}
</style>
background-color css
<style>
a { background-color: #EA6DD4; }
a { background-color: rgb(234,109,212); }
div.DivClassName
{
background-color: #EA6DD4;
}
.BgClassName
{
background-color: #EA6DD4;
}
</style>
border-color css
<style>
span { border-color: #EA6DD4; }
span { border-color: rgb(234,109,212); }
td.TdClassName
{
border-color: #EA6DD4;
}
.TagClassName
{
border-color: #EA6DD4;
}
</style>