#E36ACE

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

Shades of Orchid #E36ACE

Tints of Orchid #E36ACE

Color information

#E36ACE (or 0xE36ACE) is unknown color: approx Orchid. HEX triplet: E3, 6A and CE. RGB value is (227,106,206). Sum of RGB (Red+Green+Blue) = 227+106+206=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ACE is #1C9531. Grayscale: #999999. Windows color (decimal): -1873202 or 13527779. OLE color: 13527779.

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

Color convert

RGB227106206-
CMYK00.530.090.11
HSL310.41º68.36%65.29%-
HSV(B)310.41º53.3%89.02%-
XYZ47.9731.161.87-
YUV153.58157.59180.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=42.12%
G=19.67%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710620600.530.090.11310.4168.3665.29
HexE36ACE0359B1364441
Octal3431523160651113466104101
Binary1110001111010101100111001101011001101110011011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36ACE; }

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

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

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

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

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

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

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

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