Shades of Orchid #E377E4
Tints of Orchid #E377E4
RGB
CMYK
RGB Variations
Color information
#E377E4 (or 0xE377E4) is known color: Orchid. HEX triplet: E3, 77 and E4. RGB value is (227,119,228). Sum of RGB (Red+Green+Blue) = 227+119+228=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #E377E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377E4 is #1C881B. Grayscale: #A3A3A3. Windows color (decimal): -1869852 or 14972899. OLE color: 14972899.
HSL color Cylindrical-coordinate representation of color #E377E4: hue angle of 299.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E377E4 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 228 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.11 |
| HSL | 299.45º | 0.67% | 0.68% | - |
| HSV(B) | 299.45º | 0.48% | 0.89% | - |
| XYZ | 52.28 | 35.13 | 77.42 | - |
| YUV | 163.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 228 | 0.00 | 0.48 | 0 | 0.11 | 299.45 | 0.67 | 0.68 |
| Hex | E3 | 77 | E4 | 0 | 30 | 0 | B | 12B | 43 | 44 |
| Octal | 343 | 167 | 344 | 0 | 60 | 0 | 13 | 453 | 103 | 104 |
| Binary | 11100011 | 1110111 | 11100100 | 0 | 110000 | 0 | 1011 | 100101011 | 1000011 | 1000100 |
Color Harmonies of #E377E4
Complementary color
Monochromatic Colors of #E377E4
Black with #E377E4
Text Example
Text Example
White with #E377E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E377E4; }
p { color: rgb(227,119,228); }
H1.HeaderClassName
{
color: #E377E4;
}
.AnyTagClassName
{
color: #E377E4;
}
</style>
background-color css
<style>
a { background-color: #E377E4; }
a { background-color: rgb(227,119,228); }
div.DivClassName
{
background-color: #E377E4;
}
.BgClassName
{
background-color: #E377E4;
}
</style>
border-color css
<style>
span { border-color: #E377E4; }
span { border-color: rgb(227,119,228); }
td.TdClassName
{
border-color: #E377E4;
}
.TagClassName
{
border-color: #E377E4;
}
</style>