Shades of Orchid #E472DD
Tints of Orchid #E472DD
RGB
CMYK
RGB Variations
Color information
#E472DD (or 0xE472DD) is known color: Orchid. HEX triplet: E4, 72 and DD. RGB value is (228,114,221). Sum of RGB (Red+Green+Blue) = 228+114+221=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E472DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472DD is #1B8D22. Grayscale: #9F9F9F. Windows color (decimal): -1805603 or 14512868. OLE color: 14512868.
HSL color Cylindrical-coordinate representation of color #E472DD: hue angle of 303.68º 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 #E472DD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 221 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.11 |
| HSL | 303.68º | 0.68% | 0.67% | - |
| HSV(B) | 303.68º | 0.5% | 0.89% | - |
| XYZ | 51.06 | 33.75 | 72.23 | - |
| YUV | 160.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 221 | 0 | 0.50 | 0.03 | 0.11 | 303.68 | 0.68 | 0.67 |
| Hex | E4 | 72 | DD | 0 | 32 | 3 | B | 130 | 44 | 43 |
| Octal | 344 | 162 | 335 | 0 | 62 | 3 | 13 | 460 | 104 | 103 |
| Binary | 11100100 | 1110010 | 11011101 | 0 | 110010 | 11 | 1011 | 100110000 | 1000100 | 1000011 |
Color Harmonies of #E472DD
Complementary color
Monochromatic Colors of #E472DD
Black with #E472DD
Text Example
Text Example
White with #E472DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472DD; }
p { color: rgb(228,114,221); }
H1.HeaderClassName
{
color: #E472DD;
}
.AnyTagClassName
{
color: #E472DD;
}
</style>
background-color css
<style>
a { background-color: #E472DD; }
a { background-color: rgb(228,114,221); }
div.DivClassName
{
background-color: #E472DD;
}
.BgClassName
{
background-color: #E472DD;
}
</style>
border-color css
<style>
span { border-color: #E472DD; }
span { border-color: rgb(228,114,221); }
td.TdClassName
{
border-color: #E472DD;
}
.TagClassName
{
border-color: #E472DD;
}
</style>