Shades of Orchid #E46FD4
Tints of Orchid #E46FD4
RGB
CMYK
RGB Variations
Color information
#E46FD4 (or 0xE46FD4) is known color: Orchid. HEX triplet: E4, 6F and D4. RGB value is (228,111,212). Sum of RGB (Red+Green+Blue) = 228+111+212=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD4 is #1B902B. Grayscale: #9D9D9D. Windows color (decimal): -1806380 or 13922276. OLE color: 13922276.
HSL color Cylindrical-coordinate representation of color #E46FD4: hue angle of 308.21º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FD4 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 212 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.11 |
| HSL | 308.21º | 0.68% | 0.66% | - |
| HSV(B) | 308.21º | 0.51% | 0.89% | - |
| XYZ | 49.56 | 32.62 | 65.97 | - |
| YUV | 157.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 212 | 0 | 0.51 | 0.07 | 0.11 | 308.21 | 0.68 | 0.66 |
| Hex | E4 | 6F | D4 | 0 | 33 | 7 | B | 134 | 44 | 42 |
| Octal | 344 | 157 | 324 | 0 | 63 | 7 | 13 | 464 | 104 | 102 |
| Binary | 11100100 | 1101111 | 11010100 | 0 | 110011 | 111 | 1011 | 100110100 | 1000100 | 1000010 |
Color Harmonies of #E46FD4
Complementary color
Monochromatic Colors of #E46FD4
Black with #E46FD4
Text Example
Text Example
White with #E46FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FD4; }
p { color: rgb(228,111,212); }
H1.HeaderClassName
{
color: #E46FD4;
}
.AnyTagClassName
{
color: #E46FD4;
}
</style>
background-color css
<style>
a { background-color: #E46FD4; }
a { background-color: rgb(228,111,212); }
div.DivClassName
{
background-color: #E46FD4;
}
.BgClassName
{
background-color: #E46FD4;
}
</style>
border-color css
<style>
span { border-color: #E46FD4; }
span { border-color: rgb(228,111,212); }
td.TdClassName
{
border-color: #E46FD4;
}
.TagClassName
{
border-color: #E46FD4;
}
</style>