Shades of Orchid #E56FE4
Tints of Orchid #E56FE4
RGB
CMYK
RGB Variations
Color information
#E56FE4 (or 0xE56FE4) is known color: Orchid. HEX triplet: E5, 6F and E4. RGB value is (229,111,228). Sum of RGB (Red+Green+Blue) = 229+111+228=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FE4 is #1A901B. Grayscale: #9F9F9F. Windows color (decimal): -1740828 or 14970853. OLE color: 14970853.
HSL color Cylindrical-coordinate representation of color #E56FE4: hue angle of 300.51º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FE4 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 228 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.10 |
| HSL | 300.51º | 0.69% | 0.67% | - |
| HSV(B) | 300.51º | 0.52% | 0.9% | - |
| XYZ | 52 | 33.63 | 77.15 | - |
| YUV | 159.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 228 | 0 | 0.52 | 0.00 | 0.10 | 300.51 | 0.69 | 0.67 |
| Hex | E5 | 6F | E4 | 0 | 34 | 0 | A | 12D | 45 | 43 |
| Octal | 345 | 157 | 344 | 0 | 64 | 0 | 12 | 455 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11100100 | 0 | 110100 | 0 | 1010 | 100101101 | 1000101 | 1000011 |
Color Harmonies of #E56FE4
Complementary color
Monochromatic Colors of #E56FE4
Black with #E56FE4
Text Example
Text Example
White with #E56FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FE4; }
p { color: rgb(229,111,228); }
H1.HeaderClassName
{
color: #E56FE4;
}
.AnyTagClassName
{
color: #E56FE4;
}
</style>
background-color css
<style>
a { background-color: #E56FE4; }
a { background-color: rgb(229,111,228); }
div.DivClassName
{
background-color: #E56FE4;
}
.BgClassName
{
background-color: #E56FE4;
}
</style>
border-color css
<style>
span { border-color: #E56FE4; }
span { border-color: rgb(229,111,228); }
td.TdClassName
{
border-color: #E56FE4;
}
.TagClassName
{
border-color: #E56FE4;
}
</style>