Shades of Orchid #E169EA
Tints of Orchid #E169EA
RGB
CMYK
RGB Variations
Color information
#E169EA (or 0xE169EA) is known color: Orchid. HEX triplet: E1, 69 and EA. RGB value is (225,105,234). Sum of RGB (Red+Green+Blue) = 225+105+234=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #E169EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E169EA is #1E9615. Grayscale: #9B9B9B. Windows color (decimal): -2004502 or 15362529. OLE color: 15362529.
HSL color Cylindrical-coordinate representation of color #E169EA: hue angle of 295.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E169EA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 105 | 234 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.08 |
| HSL | 295.81º | 0.75% | 0.66% | - |
| HSV(B) | 295.81º | 0.55% | 0.92% | - |
| XYZ | 50.95 | 32.05 | 81.34 | - |
| YUV | 155.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 234 | 0.04 | 0.55 | 0 | 0.08 | 295.81 | 0.75 | 0.66 |
| Hex | E1 | 69 | EA | 4 | 37 | 0 | 8 | 128 | 4B | 42 |
| Octal | 341 | 151 | 352 | 4 | 67 | 0 | 10 | 450 | 113 | 102 |
| Binary | 11100001 | 1101001 | 11101010 | 100 | 110111 | 0 | 1000 | 100101000 | 1001011 | 1000010 |
Color Harmonies of #E169EA
Complementary color
Monochromatic Colors of #E169EA
Black with #E169EA
Text Example
Text Example
White with #E169EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169EA; }
p { color: rgb(225,105,234); }
H1.HeaderClassName
{
color: #E169EA;
}
.AnyTagClassName
{
color: #E169EA;
}
</style>
background-color css
<style>
a { background-color: #E169EA; }
a { background-color: rgb(225,105,234); }
div.DivClassName
{
background-color: #E169EA;
}
.BgClassName
{
background-color: #E169EA;
}
</style>
border-color css
<style>
span { border-color: #E169EA; }
span { border-color: rgb(225,105,234); }
td.TdClassName
{
border-color: #E169EA;
}
.TagClassName
{
border-color: #E169EA;
}
</style>