Shades of Orchid #E274D8
Tints of Orchid #E274D8
RGB
CMYK
RGB Variations
Color information
#E274D8 (or 0xE274D8) is known color: Orchid. HEX triplet: E2, 74 and D8. RGB value is (226,116,216). Sum of RGB (Red+Green+Blue) = 226+116+216=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E274D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274D8 is #1D8B27. Grayscale: #A0A0A0. Windows color (decimal): -1936168 or 14185698. OLE color: 14185698.
HSL color Cylindrical-coordinate representation of color #E274D8: hue angle of 305.45º 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 #E274D8 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 216 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.11 |
| HSL | 305.45º | 0.65% | 0.67% | - |
| HSV(B) | 305.45º | 0.49% | 0.89% | - |
| XYZ | 50 | 33.62 | 68.82 | - |
| YUV | 160.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 216 | 0 | 0.49 | 0.04 | 0.11 | 305.45 | 0.65 | 0.67 |
| Hex | E2 | 74 | D8 | 0 | 31 | 4 | B | 131 | 41 | 43 |
| Octal | 342 | 164 | 330 | 0 | 61 | 4 | 13 | 461 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11011000 | 0 | 110001 | 100 | 1011 | 100110001 | 1000001 | 1000011 |
Color Harmonies of #E274D8
Complementary color
Monochromatic Colors of #E274D8
Black with #E274D8
Text Example
Text Example
White with #E274D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274D8; }
p { color: rgb(226,116,216); }
H1.HeaderClassName
{
color: #E274D8;
}
.AnyTagClassName
{
color: #E274D8;
}
</style>
background-color css
<style>
a { background-color: #E274D8; }
a { background-color: rgb(226,116,216); }
div.DivClassName
{
background-color: #E274D8;
}
.BgClassName
{
background-color: #E274D8;
}
</style>
border-color css
<style>
span { border-color: #E274D8; }
span { border-color: rgb(226,116,216); }
td.TdClassName
{
border-color: #E274D8;
}
.TagClassName
{
border-color: #E274D8;
}
</style>