Shades of Orchid #E574CA
Tints of Orchid #E574CA
RGB
CMYK
RGB Variations
Color information
#E574CA (or 0xE574CA) is known color: Orchid. HEX triplet: E5, 74 and CA. RGB value is (229,116,202). Sum of RGB (Red+Green+Blue) = 229+116+202=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E574CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574CA is #1A8B35. Grayscale: #9F9F9F. Windows color (decimal): -1739574 or 13268197. OLE color: 13268197.
HSL color Cylindrical-coordinate representation of color #E574CA: hue angle of 314.34º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E574CA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 202 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.10 |
| HSL | 314.34º | 0.68% | 0.68% | - |
| HSV(B) | 314.34º | 0.49% | 0.9% | - |
| XYZ | 49.22 | 33.41 | 59.73 | - |
| YUV | 159.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 202 | 0 | 0.49 | 0.12 | 0.10 | 314.34 | 0.68 | 0.68 |
| Hex | E5 | 74 | CA | 0 | 31 | C | A | 13A | 44 | 44 |
| Octal | 345 | 164 | 312 | 0 | 61 | 14 | 12 | 472 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11001010 | 0 | 110001 | 1100 | 1010 | 100111010 | 1000100 | 1000100 |
Color Harmonies of #E574CA
Complementary color
Monochromatic Colors of #E574CA
Black with #E574CA
Text Example
Text Example
White with #E574CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574CA; }
p { color: rgb(229,116,202); }
H1.HeaderClassName
{
color: #E574CA;
}
.AnyTagClassName
{
color: #E574CA;
}
</style>
background-color css
<style>
a { background-color: #E574CA; }
a { background-color: rgb(229,116,202); }
div.DivClassName
{
background-color: #E574CA;
}
.BgClassName
{
background-color: #E574CA;
}
</style>
border-color css
<style>
span { border-color: #E574CA; }
span { border-color: rgb(229,116,202); }
td.TdClassName
{
border-color: #E574CA;
}
.TagClassName
{
border-color: #E574CA;
}
</style>