Shades of Orchid #E174CA
Tints of Orchid #E174CA
RGB
CMYK
RGB Variations
Color information
#E174CA (or 0xE174CA) is known color: Orchid. HEX triplet: E1, 74 and CA. RGB value is (225,116,202). Sum of RGB (Red+Green+Blue) = 225+116+202=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E174CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174CA is #1E8B35. Grayscale: #9E9E9E. Windows color (decimal): -2001718 or 13268193. OLE color: 13268193.
HSL color Cylindrical-coordinate representation of color #E174CA: hue angle of 312.66º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174CA is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 202 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.12 |
| HSL | 312.66º | 0.64% | 0.67% | - |
| HSV(B) | 312.66º | 0.48% | 0.88% | - |
| XYZ | 47.96 | 32.76 | 59.67 | - |
| YUV | 158.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 202 | 0 | 0.48 | 0.10 | 0.12 | 312.66 | 0.64 | 0.67 |
| Hex | E1 | 74 | CA | 0 | 30 | A | C | 139 | 40 | 43 |
| Octal | 341 | 164 | 312 | 0 | 60 | 12 | 14 | 471 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11001010 | 0 | 110000 | 1010 | 1100 | 100111001 | 1000000 | 1000011 |
Color Harmonies of #E174CA
Complementary color
Monochromatic Colors of #E174CA
Black with #E174CA
Text Example
Text Example
White with #E174CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174CA; }
p { color: rgb(225,116,202); }
H1.HeaderClassName
{
color: #E174CA;
}
.AnyTagClassName
{
color: #E174CA;
}
</style>
background-color css
<style>
a { background-color: #E174CA; }
a { background-color: rgb(225,116,202); }
div.DivClassName
{
background-color: #E174CA;
}
.BgClassName
{
background-color: #E174CA;
}
</style>
border-color css
<style>
span { border-color: #E174CA; }
span { border-color: rgb(225,116,202); }
td.TdClassName
{
border-color: #E174CA;
}
.TagClassName
{
border-color: #E174CA;
}
</style>