Shades of Orchid #E970DA
Tints of Orchid #E970DA
RGB
CMYK
RGB Variations
Color information
#E970DA (or 0xE970DA) is known color: Orchid. HEX triplet: E9, 70 and DA. RGB value is (233,112,218). Sum of RGB (Red+Green+Blue) = 233+112+218=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E970DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970DA is #168F25. Grayscale: #9F9F9F. Windows color (decimal): -1478438 or 14315753. OLE color: 14315753.
HSL color Cylindrical-coordinate representation of color #E970DA: hue angle of 307.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970DA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 218 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.09 |
| HSL | 307.44º | 0.73% | 0.68% | - |
| HSV(B) | 307.44º | 0.52% | 0.91% | - |
| XYZ | 52.05 | 33.97 | 70.14 | - |
| YUV | 160.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 218 | 0 | 0.52 | 0.06 | 0.09 | 307.44 | 0.73 | 0.68 |
| Hex | E9 | 70 | DA | 0 | 34 | 6 | 9 | 133 | 49 | 44 |
| Octal | 351 | 160 | 332 | 0 | 64 | 6 | 11 | 463 | 111 | 104 |
| Binary | 11101001 | 1110000 | 11011010 | 0 | 110100 | 110 | 1001 | 100110011 | 1001001 | 1000100 |
Color Harmonies of #E970DA
Complementary color
Monochromatic Colors of #E970DA
Black with #E970DA
Text Example
Text Example
White with #E970DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970DA; }
p { color: rgb(233,112,218); }
H1.HeaderClassName
{
color: #E970DA;
}
.AnyTagClassName
{
color: #E970DA;
}
</style>
background-color css
<style>
a { background-color: #E970DA; }
a { background-color: rgb(233,112,218); }
div.DivClassName
{
background-color: #E970DA;
}
.BgClassName
{
background-color: #E970DA;
}
</style>
border-color css
<style>
span { border-color: #E970DA; }
span { border-color: rgb(233,112,218); }
td.TdClassName
{
border-color: #E970DA;
}
.TagClassName
{
border-color: #E970DA;
}
</style>