Shades of Orchid #E276E4
Tints of Orchid #E276E4
RGB
CMYK
RGB Variations
Color information
#E276E4 (or 0xE276E4) is known color: Orchid. HEX triplet: E2, 76 and E4. RGB value is (226,118,228). Sum of RGB (Red+Green+Blue) = 226+118+228=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #E276E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276E4 is #1D891B. Grayscale: #A2A2A2. Windows color (decimal): -1935644 or 14972642. OLE color: 14972642.
HSL color Cylindrical-coordinate representation of color #E276E4: hue angle of 298.91º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276E4 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 228 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.11 |
| HSL | 298.91º | 0.67% | 0.68% | - |
| HSV(B) | 298.91º | 0.48% | 0.89% | - |
| XYZ | 51.85 | 34.73 | 77.37 | - |
| YUV | 162.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 228 | 0.01 | 0.48 | 0 | 0.11 | 298.91 | 0.67 | 0.68 |
| Hex | E2 | 76 | E4 | 1 | 30 | 0 | B | 12B | 43 | 44 |
| Octal | 342 | 166 | 344 | 1 | 60 | 0 | 13 | 453 | 103 | 104 |
| Binary | 11100010 | 1110110 | 11100100 | 1 | 110000 | 0 | 1011 | 100101011 | 1000011 | 1000100 |
Color Harmonies of #E276E4
Complementary color
Monochromatic Colors of #E276E4
Black with #E276E4
Text Example
Text Example
White with #E276E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276E4; }
p { color: rgb(226,118,228); }
H1.HeaderClassName
{
color: #E276E4;
}
.AnyTagClassName
{
color: #E276E4;
}
</style>
background-color css
<style>
a { background-color: #E276E4; }
a { background-color: rgb(226,118,228); }
div.DivClassName
{
background-color: #E276E4;
}
.BgClassName
{
background-color: #E276E4;
}
</style>
border-color css
<style>
span { border-color: #E276E4; }
span { border-color: rgb(226,118,228); }
td.TdClassName
{
border-color: #E276E4;
}
.TagClassName
{
border-color: #E276E4;
}
</style>