Shades of Orchid #E274DF
Tints of Orchid #E274DF
RGB
CMYK
RGB Variations
Color information
#E274DF (or 0xE274DF) is known color: Orchid. HEX triplet: E2, 74 and DF. RGB value is (226,116,223). Sum of RGB (Red+Green+Blue) = 226+116+223=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E274DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274DF is #1D8B20. Grayscale: #A0A0A0. Windows color (decimal): -1936161 or 14644450. OLE color: 14644450.
HSL color Cylindrical-coordinate representation of color #E274DF: hue angle of 301.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E274DF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 223 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.11 |
| HSL | 301.64º | 0.65% | 0.67% | - |
| HSV(B) | 301.64º | 0.49% | 0.89% | - |
| XYZ | 50.93 | 33.99 | 73.69 | - |
| YUV | 161.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 223 | 0 | 0.49 | 0.01 | 0.11 | 301.64 | 0.65 | 0.67 |
| Hex | E2 | 74 | DF | 0 | 31 | 1 | B | 12E | 41 | 43 |
| Octal | 342 | 164 | 337 | 0 | 61 | 1 | 13 | 456 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11011111 | 0 | 110001 | 1 | 1011 | 100101110 | 1000001 | 1000011 |
Color Harmonies of #E274DF
Complementary color
Monochromatic Colors of #E274DF
Black with #E274DF
Text Example
Text Example
White with #E274DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274DF; }
p { color: rgb(226,116,223); }
H1.HeaderClassName
{
color: #E274DF;
}
.AnyTagClassName
{
color: #E274DF;
}
</style>
background-color css
<style>
a { background-color: #E274DF; }
a { background-color: rgb(226,116,223); }
div.DivClassName
{
background-color: #E274DF;
}
.BgClassName
{
background-color: #E274DF;
}
</style>
border-color css
<style>
span { border-color: #E274DF; }
span { border-color: rgb(226,116,223); }
td.TdClassName
{
border-color: #E274DF;
}
.TagClassName
{
border-color: #E274DF;
}
</style>