Shades of Orchid #E472C7
Tints of Orchid #E472C7
RGB
CMYK
RGB Variations
Color information
#E472C7 (or 0xE472C7) is known color: Orchid. HEX triplet: E4, 72 and C7. RGB value is (228,114,199). Sum of RGB (Red+Green+Blue) = 228+114+199=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E472C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472C7 is #1B8D38. Grayscale: #9D9D9D. Windows color (decimal): -1805625 or 13071076. OLE color: 13071076.
HSL color Cylindrical-coordinate representation of color #E472C7: hue angle of 315.26º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472C7 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 199 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.11 |
| HSL | 315.26º | 0.68% | 0.67% | - |
| HSV(B) | 315.26º | 0.5% | 0.89% | - |
| XYZ | 48.32 | 32.65 | 57.79 | - |
| YUV | 157.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 199 | 0 | 0.50 | 0.13 | 0.11 | 315.26 | 0.68 | 0.67 |
| Hex | E4 | 72 | C7 | 0 | 32 | D | B | 13B | 44 | 43 |
| Octal | 344 | 162 | 307 | 0 | 62 | 15 | 13 | 473 | 104 | 103 |
| Binary | 11100100 | 1110010 | 11000111 | 0 | 110010 | 1101 | 1011 | 100111011 | 1000100 | 1000011 |
Color Harmonies of #E472C7
Complementary color
Monochromatic Colors of #E472C7
Black with #E472C7
Text Example
Text Example
White with #E472C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472C7; }
p { color: rgb(228,114,199); }
H1.HeaderClassName
{
color: #E472C7;
}
.AnyTagClassName
{
color: #E472C7;
}
</style>
background-color css
<style>
a { background-color: #E472C7; }
a { background-color: rgb(228,114,199); }
div.DivClassName
{
background-color: #E472C7;
}
.BgClassName
{
background-color: #E472C7;
}
</style>
border-color css
<style>
span { border-color: #E472C7; }
span { border-color: rgb(228,114,199); }
td.TdClassName
{
border-color: #E472C7;
}
.TagClassName
{
border-color: #E472C7;
}
</style>