Shades of Orchid #E670E4
Tints of Orchid #E670E4
RGB
CMYK
RGB Variations
Color information
#E670E4 (or 0xE670E4) is known color: Orchid. HEX triplet: E6, 70 and E4. RGB value is (230,112,228). Sum of RGB (Red+Green+Blue) = 230+112+228=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E670E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670E4 is #198F1B. Grayscale: #A0A0A0. Windows color (decimal): -1675036 or 14971110. OLE color: 14971110.
HSL color Cylindrical-coordinate representation of color #E670E4: hue angle of 301.02º 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 #E670E4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 228 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.10 |
| HSL | 301.02º | 0.7% | 0.67% | - |
| HSV(B) | 301.02º | 0.51% | 0.9% | - |
| XYZ | 52.43 | 34.01 | 77.2 | - |
| YUV | 160.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 228 | 0 | 0.51 | 0.01 | 0.10 | 301.02 | 0.7 | 0.67 |
| Hex | E6 | 70 | E4 | 0 | 33 | 1 | A | 12D | 46 | 43 |
| Octal | 346 | 160 | 344 | 0 | 63 | 1 | 12 | 455 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11100100 | 0 | 110011 | 1 | 1010 | 100101101 | 1000110 | 1000011 |
Color Harmonies of #E670E4
Complementary color
Monochromatic Colors of #E670E4
Black with #E670E4
Text Example
Text Example
White with #E670E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670E4; }
p { color: rgb(230,112,228); }
H1.HeaderClassName
{
color: #E670E4;
}
.AnyTagClassName
{
color: #E670E4;
}
</style>
background-color css
<style>
a { background-color: #E670E4; }
a { background-color: rgb(230,112,228); }
div.DivClassName
{
background-color: #E670E4;
}
.BgClassName
{
background-color: #E670E4;
}
</style>
border-color css
<style>
span { border-color: #E670E4; }
span { border-color: rgb(230,112,228); }
td.TdClassName
{
border-color: #E670E4;
}
.TagClassName
{
border-color: #E670E4;
}
</style>