Shades of Orchid #E374D8
Tints of Orchid #E374D8
RGB
CMYK
RGB Variations
Color information
#E374D8 (or 0xE374D8) is known color: Orchid. HEX triplet: E3, 74 and D8. RGB value is (227,116,216). Sum of RGB (Red+Green+Blue) = 227+116+216=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E374D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374D8 is #1C8B27. Grayscale: #A0A0A0. Windows color (decimal): -1870632 or 14185699. OLE color: 14185699.
HSL color Cylindrical-coordinate representation of color #E374D8: hue angle of 305.95º degrees, saturation: 0.66, 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 #E374D8 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 216 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.11 |
| HSL | 305.95º | 0.66% | 0.67% | - |
| HSV(B) | 305.95º | 0.49% | 0.89% | - |
| XYZ | 50.32 | 33.78 | 68.83 | - |
| YUV | 160.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 216 | 0 | 0.49 | 0.05 | 0.11 | 305.95 | 0.66 | 0.67 |
| Hex | E3 | 74 | D8 | 0 | 31 | 5 | B | 132 | 42 | 43 |
| Octal | 343 | 164 | 330 | 0 | 61 | 5 | 13 | 462 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11011000 | 0 | 110001 | 101 | 1011 | 100110010 | 1000010 | 1000011 |
Color Harmonies of #E374D8
Complementary color
Monochromatic Colors of #E374D8
Black with #E374D8
Text Example
Text Example
White with #E374D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374D8; }
p { color: rgb(227,116,216); }
H1.HeaderClassName
{
color: #E374D8;
}
.AnyTagClassName
{
color: #E374D8;
}
</style>
background-color css
<style>
a { background-color: #E374D8; }
a { background-color: rgb(227,116,216); }
div.DivClassName
{
background-color: #E374D8;
}
.BgClassName
{
background-color: #E374D8;
}
</style>
border-color css
<style>
span { border-color: #E374D8; }
span { border-color: rgb(227,116,216); }
td.TdClassName
{
border-color: #E374D8;
}
.TagClassName
{
border-color: #E374D8;
}
</style>