Shades of Orchid #E469CA
Tints of Orchid #E469CA
RGB
CMYK
RGB Variations
Color information
#E469CA (or 0xE469CA) is known color: Orchid. HEX triplet: E4, 69 and CA. RGB value is (228,105,202). Sum of RGB (Red+Green+Blue) = 228+105+202=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E469CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469CA is #1B9635. Grayscale: #989898. Windows color (decimal): -1807926 or 13265380. OLE color: 13265380.
HSL color Cylindrical-coordinate representation of color #E469CA: hue angle of 312.68º 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 #E469CA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 202 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.11 |
| HSL | 312.68º | 0.69% | 0.65% | - |
| HSV(B) | 312.68º | 0.54% | 0.89% | - |
| XYZ | 47.71 | 30.86 | 59.32 | - |
| YUV | 152.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 202 | 0 | 0.54 | 0.11 | 0.11 | 312.68 | 0.69 | 0.65 |
| Hex | E4 | 69 | CA | 0 | 36 | B | B | 139 | 45 | 41 |
| Octal | 344 | 151 | 312 | 0 | 66 | 13 | 13 | 471 | 105 | 101 |
| Binary | 11100100 | 1101001 | 11001010 | 0 | 110110 | 1011 | 1011 | 100111001 | 1000101 | 1000001 |
Color Harmonies of #E469CA
Complementary color
Monochromatic Colors of #E469CA
Black with #E469CA
Text Example
Text Example
White with #E469CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469CA; }
p { color: rgb(228,105,202); }
H1.HeaderClassName
{
color: #E469CA;
}
.AnyTagClassName
{
color: #E469CA;
}
</style>
background-color css
<style>
a { background-color: #E469CA; }
a { background-color: rgb(228,105,202); }
div.DivClassName
{
background-color: #E469CA;
}
.BgClassName
{
background-color: #E469CA;
}
</style>
border-color css
<style>
span { border-color: #E469CA; }
span { border-color: rgb(228,105,202); }
td.TdClassName
{
border-color: #E469CA;
}
.TagClassName
{
border-color: #E469CA;
}
</style>