Shades of Orchid #EA6DDF
Tints of Orchid #EA6DDF
RGB
CMYK
RGB Variations
Color information
#EA6DDF (or 0xEA6DDF) is known color: Orchid. HEX triplet: EA, 6D and DF. RGB value is (234,109,223). Sum of RGB (Red+Green+Blue) = 234+109+223=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DDF is #159220. Grayscale: #9F9F9F. Windows color (decimal): -1413665 or 14642666. OLE color: 14642666.
HSL color Cylindrical-coordinate representation of color #EA6DDF: hue angle of 305.28º 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 #EA6DDF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 223 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.08 |
| HSL | 305.28º | 0.75% | 0.67% | - |
| HSV(B) | 305.28º | 0.53% | 0.92% | - |
| XYZ | 52.72 | 33.76 | 73.55 | - |
| YUV | 159.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 223 | 0 | 0.53 | 0.05 | 0.08 | 305.28 | 0.75 | 0.67 |
| Hex | EA | 6D | DF | 0 | 35 | 5 | 8 | 131 | 4B | 43 |
| Octal | 352 | 155 | 337 | 0 | 65 | 5 | 10 | 461 | 113 | 103 |
| Binary | 11101010 | 1101101 | 11011111 | 0 | 110101 | 101 | 1000 | 100110001 | 1001011 | 1000011 |
Color Harmonies of #EA6DDF
Complementary color
Monochromatic Colors of #EA6DDF
Black with #EA6DDF
Text Example
Text Example
White with #EA6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DDF; }
p { color: rgb(234,109,223); }
H1.HeaderClassName
{
color: #EA6DDF;
}
.AnyTagClassName
{
color: #EA6DDF;
}
</style>
background-color css
<style>
a { background-color: #EA6DDF; }
a { background-color: rgb(234,109,223); }
div.DivClassName
{
background-color: #EA6DDF;
}
.BgClassName
{
background-color: #EA6DDF;
}
</style>
border-color css
<style>
span { border-color: #EA6DDF; }
span { border-color: rgb(234,109,223); }
td.TdClassName
{
border-color: #EA6DDF;
}
.TagClassName
{
border-color: #EA6DDF;
}
</style>