#E36EE1

Color #E36EE1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E36EE1

Tints of Orchid #E36EE1

Color information

#E36EE1 (or 0xE36EE1) is unknown color: approx Orchid. HEX triplet: E3, 6E and E1. RGB value is (227,110,225). Sum of RGB (Red+Green+Blue) = 227+110+225=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E36EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EE1 is #1C911E. Grayscale: #9D9D9D. Windows color (decimal): -1872159 or 14773987. OLE color: 14773987.

HSL color Cylindrical-coordinate representation of color #E36EE1: hue angle of 301.03º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36EE1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227110225-
CMYK00.520.010.11
HSL301.03º67.63%66.08%-
HSV(B)301.03º51.54%89.02%-
XYZ50.8532.9274.91-
YUV158.09165.76177.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 110 (43.36% from 255) = 19.57%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=40.39%
G=19.57%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711022500.520.010.11301.0367.6366.08
HexE36EE10341B12d4442
Octal343156341064113455104102
Binary1110001111011101110000101101001101110010110110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36EE1; }

 p { color: rgb(227,110,225); }

 H1.HeaderClassName
 {
   color: #E36EE1;
 }
 .AnyTagClassName
 {
   color: #E36EE1;
 }
</style>
background-color css

<style>
 a { background-color: #E36EE1; }

 a { background-color: rgb(227,110,225); }

 div.DivClassName
 {
   background-color: #E36EE1;
 }
 .BgClassName
 {
   background-color: #E36EE1;
 }
</style>
border-color css

<style>
 span { border-color: #E36EE1; }

 span { border-color: rgb(227,110,225); }

 td.TdClassName
 {
   border-color: #E36EE1;
 }
 .TagClassName
 {
   border-color: #E36EE1;
 }
</style>