#E36AC8

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

Shades of Orchid #E36AC8

Tints of Orchid #E36AC8

Color information

#E36AC8 (or 0xE36AC8) is unknown color: approx Orchid. HEX triplet: E3, 6A and C8. RGB value is (227,106,200). Sum of RGB (Red+Green+Blue) = 227+106+200=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AC8 is #1C9537. Grayscale: #989898. Windows color (decimal): -1873208 or 13134563. OLE color: 13134563.

HSL color Cylindrical-coordinate representation of color #E36AC8: hue angle of 313.39º 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 #E36AC8 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB227106200-
CMYK00.530.120.11
HSL313.39º68.36%65.29%-
HSV(B)313.39º53.3%89.02%-
XYZ47.2630.8158.1-
YUV152.89154.59180.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.59%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=42.59%
G=19.89%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710620000.530.120.11313.3968.3665.29
HexE36AC8035CB1394441
Octal3431523100651413471104101
Binary1110001111010101100100001101011100101110011100110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36AC8; }

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

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

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

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

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

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

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

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