#E36AEA

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

Shades of Orchid #E36AEA

Tints of Orchid #E36AEA

Color information

#E36AEA (or 0xE36AEA) is unknown color: approx Orchid. HEX triplet: E3, 6A and EA. RGB value is (227,106,234). Sum of RGB (Red+Green+Blue) = 227+106+234=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36AEA is #1C9515. Grayscale: #9C9C9C. Windows color (decimal): -1873174 or 15362787. OLE color: 15362787.

HSL color Cylindrical-coordinate representation of color #E36AEA: hue angle of 296.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E36AEA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227106234-
CMYK0.030.5500.08
HSL296.72º75.29%66.67%-
HSV(B)296.72º54.7%91.76%-
XYZ51.6832.5881.41-
YUV156.77171.59178.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 106 (41.80% from 255) = 18.69%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=40.04%
G=18.69%
B=41.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271062340.030.5500.08296.7275.2966.67
HexE36AEA337081294b43
Octal343152352367010451113103
Binary11100011110101011101010111101110100010010100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36AEA; }

 p { color: rgb(227,106,234); }

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

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

 a { background-color: rgb(227,106,234); }

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

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

 span { border-color: rgb(227,106,234); }

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