Shades of Orchid #E770E3
Tints of Orchid #E770E3
RGB
CMYK
RGB Variations
Color information
#E770E3 (or 0xE770E3) is known color: Orchid. HEX triplet: E7, 70 and E3. RGB value is (231,112,227). Sum of RGB (Red+Green+Blue) = 231+112+227=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E770E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770E3 is #188F1C. Grayscale: #A0A0A0. Windows color (decimal): -1609501 or 14905575. OLE color: 14905575.
HSL color Cylindrical-coordinate representation of color #E770E3: hue angle of 302.02º 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 #E770E3 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 227 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.09 |
| HSL | 302.02º | 0.71% | 0.67% | - |
| HSV(B) | 302.02º | 0.52% | 0.91% | - |
| XYZ | 52.61 | 34.12 | 76.49 | - |
| YUV | 160.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 227 | 0 | 0.52 | 0.02 | 0.09 | 302.02 | 0.71 | 0.67 |
| Hex | E7 | 70 | E3 | 0 | 34 | 2 | 9 | 12E | 47 | 43 |
| Octal | 347 | 160 | 343 | 0 | 64 | 2 | 11 | 456 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11100011 | 0 | 110100 | 10 | 1001 | 100101110 | 1000111 | 1000011 |
Color Harmonies of #E770E3
Complementary color
Monochromatic Colors of #E770E3
Black with #E770E3
Text Example
Text Example
White with #E770E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770E3; }
p { color: rgb(231,112,227); }
H1.HeaderClassName
{
color: #E770E3;
}
.AnyTagClassName
{
color: #E770E3;
}
</style>
background-color css
<style>
a { background-color: #E770E3; }
a { background-color: rgb(231,112,227); }
div.DivClassName
{
background-color: #E770E3;
}
.BgClassName
{
background-color: #E770E3;
}
</style>
border-color css
<style>
span { border-color: #E770E3; }
span { border-color: rgb(231,112,227); }
td.TdClassName
{
border-color: #E770E3;
}
.TagClassName
{
border-color: #E770E3;
}
</style>