Shades of Orchid #EA6DE2
Tints of Orchid #EA6DE2
RGB
CMYK
RGB Variations
Color information
#EA6DE2 (or 0xEA6DE2) is known color: Orchid. HEX triplet: EA, 6D and E2. RGB value is (234,109,226). Sum of RGB (Red+Green+Blue) = 234+109+226=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DE2 is #15921D. Grayscale: #9F9F9F. Windows color (decimal): -1413662 or 14839274. OLE color: 14839274.
HSL color Cylindrical-coordinate representation of color #EA6DE2: hue angle of 303.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6DE2 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 226 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.08 |
| HSL | 303.84º | 0.75% | 0.67% | - |
| HSV(B) | 303.84º | 0.53% | 0.92% | - |
| XYZ | 53.13 | 33.92 | 75.7 | - |
| YUV | 159.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 226 | 0 | 0.53 | 0.03 | 0.08 | 303.84 | 0.75 | 0.67 |
| Hex | EA | 6D | E2 | 0 | 35 | 3 | 8 | 130 | 4B | 43 |
| Octal | 352 | 155 | 342 | 0 | 65 | 3 | 10 | 460 | 113 | 103 |
| Binary | 11101010 | 1101101 | 11100010 | 0 | 110101 | 11 | 1000 | 100110000 | 1001011 | 1000011 |
Color Harmonies of #EA6DE2
Complementary color
Monochromatic Colors of #EA6DE2
Black with #EA6DE2
Text Example
Text Example
White with #EA6DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DE2; }
p { color: rgb(234,109,226); }
H1.HeaderClassName
{
color: #EA6DE2;
}
.AnyTagClassName
{
color: #EA6DE2;
}
</style>
background-color css
<style>
a { background-color: #EA6DE2; }
a { background-color: rgb(234,109,226); }
div.DivClassName
{
background-color: #EA6DE2;
}
.BgClassName
{
background-color: #EA6DE2;
}
</style>
border-color css
<style>
span { border-color: #EA6DE2; }
span { border-color: rgb(234,109,226); }
td.TdClassName
{
border-color: #EA6DE2;
}
.TagClassName
{
border-color: #EA6DE2;
}
</style>