Shades of Orchid #EA6CE4
Tints of Orchid #EA6CE4
RGB
CMYK
RGB Variations
Color information
#EA6CE4 (or 0xEA6CE4) is known color: Orchid. HEX triplet: EA, 6C and E4. RGB value is (234,108,228). Sum of RGB (Red+Green+Blue) = 234+108+228=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CE4 is #15931B. Grayscale: #9F9F9F. Windows color (decimal): -1413916 or 14970090. OLE color: 14970090.
HSL color Cylindrical-coordinate representation of color #EA6CE4: hue angle of 302.86º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CE4 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 228 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.08 |
| HSL | 302.86º | 0.75% | 0.67% | - |
| HSV(B) | 302.86º | 0.54% | 0.92% | - |
| XYZ | 53.3 | 33.82 | 77.12 | - |
| YUV | 159.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 228 | 0 | 0.54 | 0.03 | 0.08 | 302.86 | 0.75 | 0.67 |
| Hex | EA | 6C | E4 | 0 | 36 | 3 | 8 | 12F | 4B | 43 |
| Octal | 352 | 154 | 344 | 0 | 66 | 3 | 10 | 457 | 113 | 103 |
| Binary | 11101010 | 1101100 | 11100100 | 0 | 110110 | 11 | 1000 | 100101111 | 1001011 | 1000011 |
Color Harmonies of #EA6CE4
Complementary color
Monochromatic Colors of #EA6CE4
Black with #EA6CE4
Text Example
Text Example
White with #EA6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CE4; }
p { color: rgb(234,108,228); }
H1.HeaderClassName
{
color: #EA6CE4;
}
.AnyTagClassName
{
color: #EA6CE4;
}
</style>
background-color css
<style>
a { background-color: #EA6CE4; }
a { background-color: rgb(234,108,228); }
div.DivClassName
{
background-color: #EA6CE4;
}
.BgClassName
{
background-color: #EA6CE4;
}
</style>
border-color css
<style>
span { border-color: #EA6CE4; }
span { border-color: rgb(234,108,228); }
td.TdClassName
{
border-color: #EA6CE4;
}
.TagClassName
{
border-color: #EA6CE4;
}
</style>