Shades of Orchid #E471E6
Tints of Orchid #E471E6
RGB
CMYK
RGB Variations
Color information
#E471E6 (or 0xE471E6) is known color: Orchid. HEX triplet: E4, 71 and E6. RGB value is (228,113,230). Sum of RGB (Red+Green+Blue) = 228+113+230=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #E471E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471E6 is #1B8E19. Grayscale: #A0A0A0. Windows color (decimal): -1805850 or 15102436. OLE color: 15102436.
HSL color Cylindrical-coordinate representation of color #E471E6: hue angle of 298.97º 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 #E471E6 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 113 | 230 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.10 |
| HSL | 298.97º | 0.7% | 0.67% | - |
| HSV(B) | 298.97º | 0.51% | 0.9% | - |
| XYZ | 52.18 | 34.02 | 78.68 | - |
| YUV | 160.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 230 | 0.01 | 0.51 | 0 | 0.10 | 298.97 | 0.7 | 0.67 |
| Hex | E4 | 71 | E6 | 1 | 33 | 0 | A | 12B | 46 | 43 |
| Octal | 344 | 161 | 346 | 1 | 63 | 0 | 12 | 453 | 106 | 103 |
| Binary | 11100100 | 1110001 | 11100110 | 1 | 110011 | 0 | 1010 | 100101011 | 1000110 | 1000011 |
Color Harmonies of #E471E6
Complementary color
Monochromatic Colors of #E471E6
Black with #E471E6
Text Example
Text Example
White with #E471E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471E6; }
p { color: rgb(228,113,230); }
H1.HeaderClassName
{
color: #E471E6;
}
.AnyTagClassName
{
color: #E471E6;
}
</style>
background-color css
<style>
a { background-color: #E471E6; }
a { background-color: rgb(228,113,230); }
div.DivClassName
{
background-color: #E471E6;
}
.BgClassName
{
background-color: #E471E6;
}
</style>
border-color css
<style>
span { border-color: #E471E6; }
span { border-color: rgb(228,113,230); }
td.TdClassName
{
border-color: #E471E6;
}
.TagClassName
{
border-color: #E471E6;
}
</style>