Shades of Orchid #E575CA
Tints of Orchid #E575CA
RGB
CMYK
RGB Variations
Color information
#E575CA (or 0xE575CA) is known color: Orchid. HEX triplet: E5, 75 and CA. RGB value is (229,117,202). Sum of RGB (Red+Green+Blue) = 229+117+202=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E575CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575CA is #1A8A35. Grayscale: #9F9F9F. Windows color (decimal): -1739318 or 13268453. OLE color: 13268453.
HSL color Cylindrical-coordinate representation of color #E575CA: hue angle of 314.46º 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 #E575CA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 202 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.10 |
| HSL | 314.46º | 0.68% | 0.68% | - |
| HSV(B) | 314.46º | 0.49% | 0.9% | - |
| XYZ | 49.34 | 33.64 | 59.77 | - |
| YUV | 160.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 202 | 0 | 0.49 | 0.12 | 0.10 | 314.46 | 0.68 | 0.68 |
| Hex | E5 | 75 | CA | 0 | 31 | C | A | 13A | 44 | 44 |
| Octal | 345 | 165 | 312 | 0 | 61 | 14 | 12 | 472 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11001010 | 0 | 110001 | 1100 | 1010 | 100111010 | 1000100 | 1000100 |
Color Harmonies of #E575CA
Complementary color
Monochromatic Colors of #E575CA
Black with #E575CA
Text Example
Text Example
White with #E575CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575CA; }
p { color: rgb(229,117,202); }
H1.HeaderClassName
{
color: #E575CA;
}
.AnyTagClassName
{
color: #E575CA;
}
</style>
background-color css
<style>
a { background-color: #E575CA; }
a { background-color: rgb(229,117,202); }
div.DivClassName
{
background-color: #E575CA;
}
.BgClassName
{
background-color: #E575CA;
}
</style>
border-color css
<style>
span { border-color: #E575CA; }
span { border-color: rgb(229,117,202); }
td.TdClassName
{
border-color: #E575CA;
}
.TagClassName
{
border-color: #E575CA;
}
</style>