Shades of Orchid #EA6FDF
Tints of Orchid #EA6FDF
RGB
CMYK
RGB Variations
Color information
#EA6FDF (or 0xEA6FDF) is known color: Orchid. HEX triplet: EA, 6F and DF. RGB value is (234,111,223). Sum of RGB (Red+Green+Blue) = 234+111+223=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FDF is #159020. Grayscale: #A0A0A0. Windows color (decimal): -1413153 or 14643178. OLE color: 14643178.
HSL color Cylindrical-coordinate representation of color #EA6FDF: hue angle of 305.37º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FDF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 223 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.08 |
| HSL | 305.37º | 0.75% | 0.68% | - |
| HSV(B) | 305.37º | 0.53% | 0.92% | - |
| XYZ | 52.94 | 34.19 | 73.62 | - |
| YUV | 160.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 223 | 0 | 0.53 | 0.05 | 0.08 | 305.37 | 0.75 | 0.68 |
| Hex | EA | 6F | DF | 0 | 35 | 5 | 8 | 131 | 4B | 44 |
| Octal | 352 | 157 | 337 | 0 | 65 | 5 | 10 | 461 | 113 | 104 |
| Binary | 11101010 | 1101111 | 11011111 | 0 | 110101 | 101 | 1000 | 100110001 | 1001011 | 1000100 |
Color Harmonies of #EA6FDF
Complementary color
Monochromatic Colors of #EA6FDF
Black with #EA6FDF
Text Example
Text Example
White with #EA6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FDF; }
p { color: rgb(234,111,223); }
H1.HeaderClassName
{
color: #EA6FDF;
}
.AnyTagClassName
{
color: #EA6FDF;
}
</style>
background-color css
<style>
a { background-color: #EA6FDF; }
a { background-color: rgb(234,111,223); }
div.DivClassName
{
background-color: #EA6FDF;
}
.BgClassName
{
background-color: #EA6FDF;
}
</style>
border-color css
<style>
span { border-color: #EA6FDF; }
span { border-color: rgb(234,111,223); }
td.TdClassName
{
border-color: #EA6FDF;
}
.TagClassName
{
border-color: #EA6FDF;
}
</style>