Shades of Orchid #E46FE5
Tints of Orchid #E46FE5
RGB
CMYK
RGB Variations
Color information
#E46FE5 (or 0xE46FE5) is known color: Orchid. HEX triplet: E4, 6F and E5. RGB value is (228,111,229). Sum of RGB (Red+Green+Blue) = 228+111+229=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FE5 is #1B901A. Grayscale: #9F9F9F. Windows color (decimal): -1806363 or 15036388. OLE color: 15036388.
HSL color Cylindrical-coordinate representation of color #E46FE5: hue angle of 299.49º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46FE5 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 111 | 229 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.10 |
| HSL | 299.49º | 0.69% | 0.67% | - |
| HSV(B) | 299.49º | 0.52% | 0.9% | - |
| XYZ | 51.82 | 33.52 | 77.87 | - |
| YUV | 159.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 229 | 0.00 | 0.52 | 0 | 0.10 | 299.49 | 0.69 | 0.67 |
| Hex | E4 | 6F | E5 | 0 | 34 | 0 | A | 12B | 45 | 43 |
| Octal | 344 | 157 | 345 | 0 | 64 | 0 | 12 | 453 | 105 | 103 |
| Binary | 11100100 | 1101111 | 11100101 | 0 | 110100 | 0 | 1010 | 100101011 | 1000101 | 1000011 |
Color Harmonies of #E46FE5
Complementary color
Monochromatic Colors of #E46FE5
Black with #E46FE5
Text Example
Text Example
White with #E46FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FE5; }
p { color: rgb(228,111,229); }
H1.HeaderClassName
{
color: #E46FE5;
}
.AnyTagClassName
{
color: #E46FE5;
}
</style>
background-color css
<style>
a { background-color: #E46FE5; }
a { background-color: rgb(228,111,229); }
div.DivClassName
{
background-color: #E46FE5;
}
.BgClassName
{
background-color: #E46FE5;
}
</style>
border-color css
<style>
span { border-color: #E46FE5; }
span { border-color: rgb(228,111,229); }
td.TdClassName
{
border-color: #E46FE5;
}
.TagClassName
{
border-color: #E46FE5;
}
</style>