Shades of Orchid #E574E4
Tints of Orchid #E574E4
RGB
CMYK
RGB Variations
Color information
#E574E4 (or 0xE574E4) is known color: Orchid. HEX triplet: E5, 74 and E4. RGB value is (229,116,228). Sum of RGB (Red+Green+Blue) = 229+116+228=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E574E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574E4 is #1A8B1B. Grayscale: #A2A2A2. Windows color (decimal): -1739548 or 14972133. OLE color: 14972133.
HSL color Cylindrical-coordinate representation of color #E574E4: hue angle of 300.53º 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 #E574E4 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 228 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.10 |
| HSL | 300.53º | 0.68% | 0.68% | - |
| HSV(B) | 300.53º | 0.49% | 0.9% | - |
| XYZ | 52.56 | 34.75 | 77.34 | - |
| YUV | 162.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 228 | 0 | 0.49 | 0.00 | 0.10 | 300.53 | 0.68 | 0.68 |
| Hex | E5 | 74 | E4 | 0 | 31 | 0 | A | 12D | 44 | 44 |
| Octal | 345 | 164 | 344 | 0 | 61 | 0 | 12 | 455 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11100100 | 0 | 110001 | 0 | 1010 | 100101101 | 1000100 | 1000100 |
Color Harmonies of #E574E4
Complementary color
Monochromatic Colors of #E574E4
Black with #E574E4
Text Example
Text Example
White with #E574E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574E4; }
p { color: rgb(229,116,228); }
H1.HeaderClassName
{
color: #E574E4;
}
.AnyTagClassName
{
color: #E574E4;
}
</style>
background-color css
<style>
a { background-color: #E574E4; }
a { background-color: rgb(229,116,228); }
div.DivClassName
{
background-color: #E574E4;
}
.BgClassName
{
background-color: #E574E4;
}
</style>
border-color css
<style>
span { border-color: #E574E4; }
span { border-color: rgb(229,116,228); }
td.TdClassName
{
border-color: #E574E4;
}
.TagClassName
{
border-color: #E574E4;
}
</style>