Shades of Orchid #E670E5
Tints of Orchid #E670E5
RGB
CMYK
RGB Variations
Color information
#E670E5 (or 0xE670E5) is known color: Orchid. HEX triplet: E6, 70 and E5. RGB value is (230,112,229). Sum of RGB (Red+Green+Blue) = 230+112+229=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E670E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670E5 is #198F1A. Grayscale: #A0A0A0. Windows color (decimal): -1675035 or 15036646. OLE color: 15036646.
HSL color Cylindrical-coordinate representation of color #E670E5: hue angle of 300.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670E5 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 229 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.10 |
| HSL | 300.51º | 0.7% | 0.67% | - |
| HSV(B) | 300.51º | 0.51% | 0.9% | - |
| XYZ | 52.57 | 34.07 | 77.93 | - |
| YUV | 160.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 229 | 0 | 0.51 | 0.00 | 0.10 | 300.51 | 0.7 | 0.67 |
| Hex | E6 | 70 | E5 | 0 | 33 | 0 | A | 12D | 46 | 43 |
| Octal | 346 | 160 | 345 | 0 | 63 | 0 | 12 | 455 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11100101 | 0 | 110011 | 0 | 1010 | 100101101 | 1000110 | 1000011 |
Color Harmonies of #E670E5
Complementary color
Monochromatic Colors of #E670E5
Black with #E670E5
Text Example
Text Example
White with #E670E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670E5; }
p { color: rgb(230,112,229); }
H1.HeaderClassName
{
color: #E670E5;
}
.AnyTagClassName
{
color: #E670E5;
}
</style>
background-color css
<style>
a { background-color: #E670E5; }
a { background-color: rgb(230,112,229); }
div.DivClassName
{
background-color: #E670E5;
}
.BgClassName
{
background-color: #E670E5;
}
</style>
border-color css
<style>
span { border-color: #E670E5; }
span { border-color: rgb(230,112,229); }
td.TdClassName
{
border-color: #E670E5;
}
.TagClassName
{
border-color: #E670E5;
}
</style>