#E36AC9

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

Shades of Orchid #E36AC9

Tints of Orchid #E36AC9

Color information

#E36AC9 (or 0xE36AC9) is unknown color: approx Orchid. HEX triplet: E3, 6A and C9. RGB value is (227,106,201). Sum of RGB (Red+Green+Blue) = 227+106+201=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AC9 is #1C9536. Grayscale: #989898. Windows color (decimal): -1873207 or 13200099. OLE color: 13200099.

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

Color convert

RGB227106201-
CMYK00.530.110.11
HSL312.89º68.36%65.29%-
HSV(B)312.89º53.3%89.02%-
XYZ47.3830.8658.72-
YUV153.01155.09180.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 106 (41.80% from 255) = 19.85%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=42.51%
G=19.85%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710620100.530.110.11312.8968.3665.29
HexE36AC9035BB1394441
Octal3431523110651313471104101
Binary1110001111010101100100101101011011101110011100110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36AC9; }

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

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

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

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

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

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

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

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