Shades of Orchid #E371E8
Tints of Orchid #E371E8
RGB
CMYK
RGB Variations
Color information
#E371E8 (or 0xE371E8) is known color: Orchid. HEX triplet: E3, 71 and E8. RGB value is (227,113,232). Sum of RGB (Red+Green+Blue) = 227+113+232=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #E371E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371E8 is #1C8E17. Grayscale: #A0A0A0. Windows color (decimal): -1871384 or 15233507. OLE color: 15233507.
HSL color Cylindrical-coordinate representation of color #E371E8: hue angle of 297.48º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E371E8 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 113 | 232 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.09 |
| HSL | 297.48º | 0.72% | 0.68% | - |
| HSV(B) | 297.48º | 0.51% | 0.91% | - |
| XYZ | 52.15 | 33.97 | 80.15 | - |
| YUV | 160.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 232 | 0.02 | 0.51 | 0 | 0.09 | 297.48 | 0.72 | 0.68 |
| Hex | E3 | 71 | E8 | 2 | 33 | 0 | 9 | 129 | 48 | 44 |
| Octal | 343 | 161 | 350 | 2 | 63 | 0 | 11 | 451 | 110 | 104 |
| Binary | 11100011 | 1110001 | 11101000 | 10 | 110011 | 0 | 1001 | 100101001 | 1001000 | 1000100 |
Color Harmonies of #E371E8
Complementary color
Monochromatic Colors of #E371E8
Black with #E371E8
Text Example
Text Example
White with #E371E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371E8; }
p { color: rgb(227,113,232); }
H1.HeaderClassName
{
color: #E371E8;
}
.AnyTagClassName
{
color: #E371E8;
}
</style>
background-color css
<style>
a { background-color: #E371E8; }
a { background-color: rgb(227,113,232); }
div.DivClassName
{
background-color: #E371E8;
}
.BgClassName
{
background-color: #E371E8;
}
</style>
border-color css
<style>
span { border-color: #E371E8; }
span { border-color: rgb(227,113,232); }
td.TdClassName
{
border-color: #E371E8;
}
.TagClassName
{
border-color: #E371E8;
}
</style>