Shades of Orchid #E270DF
Tints of Orchid #E270DF
RGB
CMYK
RGB Variations
Color information
#E270DF (or 0xE270DF) is known color: Orchid. HEX triplet: E2, 70 and DF. RGB value is (226,112,223). Sum of RGB (Red+Green+Blue) = 226+112+223=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E270DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270DF is #1D8F20. Grayscale: #9E9E9E. Windows color (decimal): -1937185 or 14643426. OLE color: 14643426.
HSL color Cylindrical-coordinate representation of color #E270DF: hue angle of 301.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270DF is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 223 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.11 |
| HSL | 301.58º | 0.66% | 0.66% | - |
| HSV(B) | 301.58º | 0.5% | 0.89% | - |
| XYZ | 50.48 | 33.08 | 73.54 | - |
| YUV | 158.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 223 | 0 | 0.50 | 0.01 | 0.11 | 301.58 | 0.66 | 0.66 |
| Hex | E2 | 70 | DF | 0 | 32 | 1 | B | 12E | 42 | 42 |
| Octal | 342 | 160 | 337 | 0 | 62 | 1 | 13 | 456 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11011111 | 0 | 110010 | 1 | 1011 | 100101110 | 1000010 | 1000010 |
Color Harmonies of #E270DF
Complementary color
Monochromatic Colors of #E270DF
Black with #E270DF
Text Example
Text Example
White with #E270DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270DF; }
p { color: rgb(226,112,223); }
H1.HeaderClassName
{
color: #E270DF;
}
.AnyTagClassName
{
color: #E270DF;
}
</style>
background-color css
<style>
a { background-color: #E270DF; }
a { background-color: rgb(226,112,223); }
div.DivClassName
{
background-color: #E270DF;
}
.BgClassName
{
background-color: #E270DF;
}
</style>
border-color css
<style>
span { border-color: #E270DF; }
span { border-color: rgb(226,112,223); }
td.TdClassName
{
border-color: #E270DF;
}
.TagClassName
{
border-color: #E270DF;
}
</style>