Shades of Orchid #E770E0
Tints of Orchid #E770E0
RGB
CMYK
RGB Variations
Color information
#E770E0 (or 0xE770E0) is known color: Orchid. HEX triplet: E7, 70 and E0. RGB value is (231,112,224). Sum of RGB (Red+Green+Blue) = 231+112+224=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E770E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770E0 is #188F1F. Grayscale: #A0A0A0. Windows color (decimal): -1609504 or 14708967. OLE color: 14708967.
HSL color Cylindrical-coordinate representation of color #E770E0: hue angle of 303.53º 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 #E770E0 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 224 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.09 |
| HSL | 303.53º | 0.71% | 0.67% | - |
| HSV(B) | 303.53º | 0.52% | 0.91% | - |
| XYZ | 52.2 | 33.96 | 74.32 | - |
| YUV | 160.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 224 | 0 | 0.52 | 0.03 | 0.09 | 303.53 | 0.71 | 0.67 |
| Hex | E7 | 70 | E0 | 0 | 34 | 3 | 9 | 130 | 47 | 43 |
| Octal | 347 | 160 | 340 | 0 | 64 | 3 | 11 | 460 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11100000 | 0 | 110100 | 11 | 1001 | 100110000 | 1000111 | 1000011 |
Color Harmonies of #E770E0
Complementary color
Monochromatic Colors of #E770E0
Black with #E770E0
Text Example
Text Example
White with #E770E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770E0; }
p { color: rgb(231,112,224); }
H1.HeaderClassName
{
color: #E770E0;
}
.AnyTagClassName
{
color: #E770E0;
}
</style>
background-color css
<style>
a { background-color: #E770E0; }
a { background-color: rgb(231,112,224); }
div.DivClassName
{
background-color: #E770E0;
}
.BgClassName
{
background-color: #E770E0;
}
</style>
border-color css
<style>
span { border-color: #E770E0; }
span { border-color: rgb(231,112,224); }
td.TdClassName
{
border-color: #E770E0;
}
.TagClassName
{
border-color: #E770E0;
}
</style>