Shades of Orchid #E46FCB
Tints of Orchid #E46FCB
RGB
CMYK
RGB Variations
Color information
#E46FCB (or 0xE46FCB) is known color: Orchid. HEX triplet: E4, 6F and CB. RGB value is (228,111,203). Sum of RGB (Red+Green+Blue) = 228+111+203=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FCB is #1B9034. Grayscale: #9C9C9C. Windows color (decimal): -1806389 or 13332452. OLE color: 13332452.
HSL color Cylindrical-coordinate representation of color #E46FCB: hue angle of 312.82º 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 #E46FCB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 203 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.11 |
| HSL | 312.82º | 0.68% | 0.66% | - |
| HSV(B) | 312.82º | 0.51% | 0.89% | - |
| XYZ | 48.46 | 32.17 | 60.16 | - |
| YUV | 156.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 203 | 0 | 0.51 | 0.11 | 0.11 | 312.82 | 0.68 | 0.66 |
| Hex | E4 | 6F | CB | 0 | 33 | B | B | 139 | 44 | 42 |
| Octal | 344 | 157 | 313 | 0 | 63 | 13 | 13 | 471 | 104 | 102 |
| Binary | 11100100 | 1101111 | 11001011 | 0 | 110011 | 1011 | 1011 | 100111001 | 1000100 | 1000010 |
Color Harmonies of #E46FCB
Complementary color
Monochromatic Colors of #E46FCB
Black with #E46FCB
Text Example
Text Example
White with #E46FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FCB; }
p { color: rgb(228,111,203); }
H1.HeaderClassName
{
color: #E46FCB;
}
.AnyTagClassName
{
color: #E46FCB;
}
</style>
background-color css
<style>
a { background-color: #E46FCB; }
a { background-color: rgb(228,111,203); }
div.DivClassName
{
background-color: #E46FCB;
}
.BgClassName
{
background-color: #E46FCB;
}
</style>
border-color css
<style>
span { border-color: #E46FCB; }
span { border-color: rgb(228,111,203); }
td.TdClassName
{
border-color: #E46FCB;
}
.TagClassName
{
border-color: #E46FCB;
}
</style>