Shades of Orchid #E972E1
Tints of Orchid #E972E1
RGB
CMYK
RGB Variations
Color information
#E972E1 (or 0xE972E1) is known color: Orchid. HEX triplet: E9, 72 and E1. RGB value is (233,114,225). Sum of RGB (Red+Green+Blue) = 233+114+225=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E972E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972E1 is #168D1E. Grayscale: #A1A1A1. Windows color (decimal): -1477919 or 14775017. OLE color: 14775017.
HSL color Cylindrical-coordinate representation of color #E972E1: hue angle of 304.03º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E972E1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 225 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.09 |
| HSL | 304.03º | 0.73% | 0.68% | - |
| HSV(B) | 304.03º | 0.51% | 0.91% | - |
| XYZ | 53.21 | 34.79 | 75.15 | - |
| YUV | 162.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 225 | 0 | 0.51 | 0.03 | 0.09 | 304.03 | 0.73 | 0.68 |
| Hex | E9 | 72 | E1 | 0 | 33 | 3 | 9 | 130 | 49 | 44 |
| Octal | 351 | 162 | 341 | 0 | 63 | 3 | 11 | 460 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11100001 | 0 | 110011 | 11 | 1001 | 100110000 | 1001001 | 1000100 |
Color Harmonies of #E972E1
Complementary color
Monochromatic Colors of #E972E1
Black with #E972E1
Text Example
Text Example
White with #E972E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972E1; }
p { color: rgb(233,114,225); }
H1.HeaderClassName
{
color: #E972E1;
}
.AnyTagClassName
{
color: #E972E1;
}
</style>
background-color css
<style>
a { background-color: #E972E1; }
a { background-color: rgb(233,114,225); }
div.DivClassName
{
background-color: #E972E1;
}
.BgClassName
{
background-color: #E972E1;
}
</style>
border-color css
<style>
span { border-color: #E972E1; }
span { border-color: rgb(233,114,225); }
td.TdClassName
{
border-color: #E972E1;
}
.TagClassName
{
border-color: #E972E1;
}
</style>