Shades of Orchid #E374E5
Tints of Orchid #E374E5
RGB
CMYK
RGB Variations
Color information
#E374E5 (or 0xE374E5) is known color: Orchid. HEX triplet: E3, 74 and E5. RGB value is (227,116,229). Sum of RGB (Red+Green+Blue) = 227+116+229=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #E374E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374E5 is #1C8B1A. Grayscale: #A1A1A1. Windows color (decimal): -1870619 or 15037667. OLE color: 15037667.
HSL color Cylindrical-coordinate representation of color #E374E5: hue angle of 298.94º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374E5 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 116 | 229 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.10 |
| HSL | 298.94º | 0.68% | 0.68% | - |
| HSV(B) | 298.94º | 0.49% | 0.9% | - |
| XYZ | 52.07 | 34.48 | 78.04 | - |
| YUV | 162.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 229 | 0.01 | 0.49 | 0 | 0.10 | 298.94 | 0.68 | 0.68 |
| Hex | E3 | 74 | E5 | 1 | 31 | 0 | A | 12B | 44 | 44 |
| Octal | 343 | 164 | 345 | 1 | 61 | 0 | 12 | 453 | 104 | 104 |
| Binary | 11100011 | 1110100 | 11100101 | 1 | 110001 | 0 | 1010 | 100101011 | 1000100 | 1000100 |
Color Harmonies of #E374E5
Complementary color
Monochromatic Colors of #E374E5
Black with #E374E5
Text Example
Text Example
White with #E374E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374E5; }
p { color: rgb(227,116,229); }
H1.HeaderClassName
{
color: #E374E5;
}
.AnyTagClassName
{
color: #E374E5;
}
</style>
background-color css
<style>
a { background-color: #E374E5; }
a { background-color: rgb(227,116,229); }
div.DivClassName
{
background-color: #E374E5;
}
.BgClassName
{
background-color: #E374E5;
}
</style>
border-color css
<style>
span { border-color: #E374E5; }
span { border-color: rgb(227,116,229); }
td.TdClassName
{
border-color: #E374E5;
}
.TagClassName
{
border-color: #E374E5;
}
</style>