Shades of Orchid #E770E4
Tints of Orchid #E770E4
RGB
CMYK
RGB Variations
Color information
#E770E4 (or 0xE770E4) is known color: Orchid. HEX triplet: E7, 70 and E4. RGB value is (231,112,228). Sum of RGB (Red+Green+Blue) = 231+112+228=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E770E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770E4 is #188F1B. Grayscale: #A0A0A0. Windows color (decimal): -1609500 or 14971111. OLE color: 14971111.
HSL color Cylindrical-coordinate representation of color #E770E4: hue angle of 301.51º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770E4 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 228 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.09 |
| HSL | 301.51º | 0.71% | 0.67% | - |
| HSV(B) | 301.51º | 0.52% | 0.91% | - |
| XYZ | 52.75 | 34.18 | 77.22 | - |
| YUV | 160.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 228 | 0 | 0.52 | 0.01 | 0.09 | 301.51 | 0.71 | 0.67 |
| Hex | E7 | 70 | E4 | 0 | 34 | 1 | 9 | 12E | 47 | 43 |
| Octal | 347 | 160 | 344 | 0 | 64 | 1 | 11 | 456 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11100100 | 0 | 110100 | 1 | 1001 | 100101110 | 1000111 | 1000011 |
Color Harmonies of #E770E4
Complementary color
Monochromatic Colors of #E770E4
Black with #E770E4
Text Example
Text Example
White with #E770E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770E4; }
p { color: rgb(231,112,228); }
H1.HeaderClassName
{
color: #E770E4;
}
.AnyTagClassName
{
color: #E770E4;
}
</style>
background-color css
<style>
a { background-color: #E770E4; }
a { background-color: rgb(231,112,228); }
div.DivClassName
{
background-color: #E770E4;
}
.BgClassName
{
background-color: #E770E4;
}
</style>
border-color css
<style>
span { border-color: #E770E4; }
span { border-color: rgb(231,112,228); }
td.TdClassName
{
border-color: #E770E4;
}
.TagClassName
{
border-color: #E770E4;
}
</style>