Shades of Orchid #E174CC
Tints of Orchid #E174CC
RGB
CMYK
RGB Variations
Color information
#E174CC (or 0xE174CC) is known color: Orchid. HEX triplet: E1, 74 and CC. RGB value is (225,116,204). Sum of RGB (Red+Green+Blue) = 225+116+204=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E174CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174CC is #1E8B33. Grayscale: #9E9E9E. Windows color (decimal): -2001716 or 13399265. OLE color: 13399265.
HSL color Cylindrical-coordinate representation of color #E174CC: hue angle of 311.56º 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 #E174CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 204 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.12 |
| HSL | 311.56º | 0.64% | 0.67% | - |
| HSV(B) | 311.56º | 0.48% | 0.88% | - |
| XYZ | 48.2 | 32.86 | 60.93 | - |
| YUV | 158.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 204 | 0 | 0.48 | 0.09 | 0.12 | 311.56 | 0.64 | 0.67 |
| Hex | E1 | 74 | CC | 0 | 30 | 9 | C | 138 | 40 | 43 |
| Octal | 341 | 164 | 314 | 0 | 60 | 11 | 14 | 470 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11001100 | 0 | 110000 | 1001 | 1100 | 100111000 | 1000000 | 1000011 |
Color Harmonies of #E174CC
Complementary color
Monochromatic Colors of #E174CC
Black with #E174CC
Text Example
Text Example
White with #E174CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174CC; }
p { color: rgb(225,116,204); }
H1.HeaderClassName
{
color: #E174CC;
}
.AnyTagClassName
{
color: #E174CC;
}
</style>
background-color css
<style>
a { background-color: #E174CC; }
a { background-color: rgb(225,116,204); }
div.DivClassName
{
background-color: #E174CC;
}
.BgClassName
{
background-color: #E174CC;
}
</style>
border-color css
<style>
span { border-color: #E174CC; }
span { border-color: rgb(225,116,204); }
td.TdClassName
{
border-color: #E174CC;
}
.TagClassName
{
border-color: #E174CC;
}
</style>