Shades of Orchid #E472E6
Tints of Orchid #E472E6
RGB
CMYK
RGB Variations
Color information
#E472E6 (or 0xE472E6) is known color: Orchid. HEX triplet: E4, 72 and E6. RGB value is (228,114,230). Sum of RGB (Red+Green+Blue) = 228+114+230=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #E472E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472E6 is #1B8D19. Grayscale: #A0A0A0. Windows color (decimal): -1805594 or 15102692. OLE color: 15102692.
HSL color Cylindrical-coordinate representation of color #E472E6: hue angle of 298.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472E6 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 114 | 230 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.10 |
| HSL | 298.97º | 0.7% | 0.67% | - |
| HSV(B) | 298.97º | 0.5% | 0.9% | - |
| XYZ | 52.3 | 34.24 | 78.72 | - |
| YUV | 161.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 230 | 0.01 | 0.50 | 0 | 0.10 | 298.97 | 0.7 | 0.67 |
| Hex | E4 | 72 | E6 | 1 | 32 | 0 | A | 12B | 46 | 43 |
| Octal | 344 | 162 | 346 | 1 | 62 | 0 | 12 | 453 | 106 | 103 |
| Binary | 11100100 | 1110010 | 11100110 | 1 | 110010 | 0 | 1010 | 100101011 | 1000110 | 1000011 |
Color Harmonies of #E472E6
Complementary color
Monochromatic Colors of #E472E6
Black with #E472E6
Text Example
Text Example
White with #E472E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472E6; }
p { color: rgb(228,114,230); }
H1.HeaderClassName
{
color: #E472E6;
}
.AnyTagClassName
{
color: #E472E6;
}
</style>
background-color css
<style>
a { background-color: #E472E6; }
a { background-color: rgb(228,114,230); }
div.DivClassName
{
background-color: #E472E6;
}
.BgClassName
{
background-color: #E472E6;
}
</style>
border-color css
<style>
span { border-color: #E472E6; }
span { border-color: rgb(228,114,230); }
td.TdClassName
{
border-color: #E472E6;
}
.TagClassName
{
border-color: #E472E6;
}
</style>