Shades of Orchid #E671E5
Tints of Orchid #E671E5
RGB
CMYK
RGB Variations
Color information
#E671E5 (or 0xE671E5) is known color: Orchid. HEX triplet: E6, 71 and E5. RGB value is (230,113,229). Sum of RGB (Red+Green+Blue) = 230+113+229=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E671E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671E5 is #198E1A. Grayscale: #A0A0A0. Windows color (decimal): -1674779 or 15036902. OLE color: 15036902.
HSL color Cylindrical-coordinate representation of color #E671E5: 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 #E671E5 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 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.68 | 34.29 | 77.97 | - |
| YUV | 161.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 229 | 0 | 0.51 | 0.00 | 0.10 | 300.51 | 0.7 | 0.67 |
| Hex | E6 | 71 | E5 | 0 | 33 | 0 | A | 12D | 46 | 43 |
| Octal | 346 | 161 | 345 | 0 | 63 | 0 | 12 | 455 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11100101 | 0 | 110011 | 0 | 1010 | 100101101 | 1000110 | 1000011 |
Color Harmonies of #E671E5
Complementary color
Monochromatic Colors of #E671E5
Black with #E671E5
Text Example
Text Example
White with #E671E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671E5; }
p { color: rgb(230,113,229); }
H1.HeaderClassName
{
color: #E671E5;
}
.AnyTagClassName
{
color: #E671E5;
}
</style>
background-color css
<style>
a { background-color: #E671E5; }
a { background-color: rgb(230,113,229); }
div.DivClassName
{
background-color: #E671E5;
}
.BgClassName
{
background-color: #E671E5;
}
</style>
border-color css
<style>
span { border-color: #E671E5; }
span { border-color: rgb(230,113,229); }
td.TdClassName
{
border-color: #E671E5;
}
.TagClassName
{
border-color: #E671E5;
}
</style>