Shades of Orchid #E469C5
Tints of Orchid #E469C5
RGB
CMYK
RGB Variations
Color information
#E469C5 (or 0xE469C5) is known color: Orchid. HEX triplet: E4, 69 and C5. RGB value is (228,105,197). Sum of RGB (Red+Green+Blue) = 228+105+197=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E469C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469C5 is #1B963A. Grayscale: #989898. Windows color (decimal): -1807931 or 12937700. OLE color: 12937700.
HSL color Cylindrical-coordinate representation of color #E469C5: hue angle of 315.12º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469C5 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 197 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.11 |
| HSL | 315.12º | 0.69% | 0.65% | - |
| HSV(B) | 315.12º | 0.54% | 0.89% | - |
| XYZ | 47.12 | 30.63 | 56.25 | - |
| YUV | 152.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 197 | 0 | 0.54 | 0.14 | 0.11 | 315.12 | 0.69 | 0.65 |
| Hex | E4 | 69 | C5 | 0 | 36 | E | B | 13B | 45 | 41 |
| Octal | 344 | 151 | 305 | 0 | 66 | 16 | 13 | 473 | 105 | 101 |
| Binary | 11100100 | 1101001 | 11000101 | 0 | 110110 | 1110 | 1011 | 100111011 | 1000101 | 1000001 |
Color Harmonies of #E469C5
Complementary color
Monochromatic Colors of #E469C5
Black with #E469C5
Text Example
Text Example
White with #E469C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469C5; }
p { color: rgb(228,105,197); }
H1.HeaderClassName
{
color: #E469C5;
}
.AnyTagClassName
{
color: #E469C5;
}
</style>
background-color css
<style>
a { background-color: #E469C5; }
a { background-color: rgb(228,105,197); }
div.DivClassName
{
background-color: #E469C5;
}
.BgClassName
{
background-color: #E469C5;
}
</style>
border-color css
<style>
span { border-color: #E469C5; }
span { border-color: rgb(228,105,197); }
td.TdClassName
{
border-color: #E469C5;
}
.TagClassName
{
border-color: #E469C5;
}
</style>