Shades of Orchid #E674E0
Tints of Orchid #E674E0
RGB
CMYK
RGB Variations
Color information
#E674E0 (or 0xE674E0) is known color: Orchid. HEX triplet: E6, 74 and E0. RGB value is (230,116,224). Sum of RGB (Red+Green+Blue) = 230+116+224=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E674E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674E0 is #198B1F. Grayscale: #A2A2A2. Windows color (decimal): -1674016 or 14709990. OLE color: 14709990.
HSL color Cylindrical-coordinate representation of color #E674E0: hue angle of 303.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674E0 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 224 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.10 |
| HSL | 303.16º | 0.7% | 0.68% | - |
| HSV(B) | 303.16º | 0.5% | 0.9% | - |
| XYZ | 52.33 | 34.7 | 74.46 | - |
| YUV | 162.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 224 | 0 | 0.50 | 0.03 | 0.10 | 303.16 | 0.7 | 0.68 |
| Hex | E6 | 74 | E0 | 0 | 32 | 3 | A | 12F | 46 | 44 |
| Octal | 346 | 164 | 340 | 0 | 62 | 3 | 12 | 457 | 106 | 104 |
| Binary | 11100110 | 1110100 | 11100000 | 0 | 110010 | 11 | 1010 | 100101111 | 1000110 | 1000100 |
Color Harmonies of #E674E0
Complementary color
Monochromatic Colors of #E674E0
Black with #E674E0
Text Example
Text Example
White with #E674E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674E0; }
p { color: rgb(230,116,224); }
H1.HeaderClassName
{
color: #E674E0;
}
.AnyTagClassName
{
color: #E674E0;
}
</style>
background-color css
<style>
a { background-color: #E674E0; }
a { background-color: rgb(230,116,224); }
div.DivClassName
{
background-color: #E674E0;
}
.BgClassName
{
background-color: #E674E0;
}
</style>
border-color css
<style>
span { border-color: #E674E0; }
span { border-color: rgb(230,116,224); }
td.TdClassName
{
border-color: #E674E0;
}
.TagClassName
{
border-color: #E674E0;
}
</style>