Shades of Orchid #E274E5
Tints of Orchid #E274E5
RGB
CMYK
RGB Variations
Color information
#E274E5 (or 0xE274E5) is known color: Orchid. HEX triplet: E2, 74 and E5. RGB value is (226,116,229). Sum of RGB (Red+Green+Blue) = 226+116+229=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #E274E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274E5 is #1D8B1A. Grayscale: #A1A1A1. Windows color (decimal): -1936155 or 15037666. OLE color: 15037666.
HSL color Cylindrical-coordinate representation of color #E274E5: hue angle of 298.41º 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 #E274E5 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 116 | 229 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.10 |
| HSL | 298.41º | 0.68% | 0.68% | - |
| HSV(B) | 298.41º | 0.49% | 0.9% | - |
| XYZ | 51.75 | 34.32 | 78.02 | - |
| YUV | 161.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 229 | 0.01 | 0.49 | 0 | 0.10 | 298.41 | 0.68 | 0.68 |
| Hex | E2 | 74 | E5 | 1 | 31 | 0 | A | 12A | 44 | 44 |
| Octal | 342 | 164 | 345 | 1 | 61 | 0 | 12 | 452 | 104 | 104 |
| Binary | 11100010 | 1110100 | 11100101 | 1 | 110001 | 0 | 1010 | 100101010 | 1000100 | 1000100 |
Color Harmonies of #E274E5
Complementary color
Monochromatic Colors of #E274E5
Black with #E274E5
Text Example
Text Example
White with #E274E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274E5; }
p { color: rgb(226,116,229); }
H1.HeaderClassName
{
color: #E274E5;
}
.AnyTagClassName
{
color: #E274E5;
}
</style>
background-color css
<style>
a { background-color: #E274E5; }
a { background-color: rgb(226,116,229); }
div.DivClassName
{
background-color: #E274E5;
}
.BgClassName
{
background-color: #E274E5;
}
</style>
border-color css
<style>
span { border-color: #E274E5; }
span { border-color: rgb(226,116,229); }
td.TdClassName
{
border-color: #E274E5;
}
.TagClassName
{
border-color: #E274E5;
}
</style>