Shades of Orchid #E075E5
Tints of Orchid #E075E5
RGB
CMYK
RGB Variations
Color information
#E075E5 (or 0xE075E5) is known color: Orchid. HEX triplet: E0, 75 and E5. RGB value is (224,117,229). Sum of RGB (Red+Green+Blue) = 224+117+229=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #E075E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075E5 is #1F8A1A. Grayscale: #A1A1A1. Windows color (decimal): -2066971 or 15037920. OLE color: 15037920.
HSL color Cylindrical-coordinate representation of color #E075E5: hue angle of 297.32º 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 #E075E5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 117 | 229 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.10 |
| HSL | 297.32º | 0.68% | 0.68% | - |
| HSV(B) | 297.32º | 0.49% | 0.9% | - |
| XYZ | 51.24 | 34.23 | 78.03 | - |
| YUV | 161.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 229 | 0.02 | 0.49 | 0 | 0.10 | 297.32 | 0.68 | 0.68 |
| Hex | E0 | 75 | E5 | 2 | 31 | 0 | A | 129 | 44 | 44 |
| Octal | 340 | 165 | 345 | 2 | 61 | 0 | 12 | 451 | 104 | 104 |
| Binary | 11100000 | 1110101 | 11100101 | 10 | 110001 | 0 | 1010 | 100101001 | 1000100 | 1000100 |
Color Harmonies of #E075E5
Complementary color
Monochromatic Colors of #E075E5
Black with #E075E5
Text Example
Text Example
White with #E075E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075E5; }
p { color: rgb(224,117,229); }
H1.HeaderClassName
{
color: #E075E5;
}
.AnyTagClassName
{
color: #E075E5;
}
</style>
background-color css
<style>
a { background-color: #E075E5; }
a { background-color: rgb(224,117,229); }
div.DivClassName
{
background-color: #E075E5;
}
.BgClassName
{
background-color: #E075E5;
}
</style>
border-color css
<style>
span { border-color: #E075E5; }
span { border-color: rgb(224,117,229); }
td.TdClassName
{
border-color: #E075E5;
}
.TagClassName
{
border-color: #E075E5;
}
</style>