#E369E9

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

Shades of Orchid #E369E9

Tints of Orchid #E369E9

Color information

#E369E9 (or 0xE369E9) is unknown color: approx Orchid. HEX triplet: E3, 69 and E9. RGB value is (227,105,233). Sum of RGB (Red+Green+Blue) = 227+105+233=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #E369E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369E9 is #1C9616. Grayscale: #9B9B9B. Windows color (decimal): -1873431 or 15296995. OLE color: 15296995.

HSL color Cylindrical-coordinate representation of color #E369E9: hue angle of 297.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E369E9 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB227105233-
CMYK0.030.5500.09
HSL297.19º74.42%66.27%-
HSV(B)297.19º54.94%91.37%-
XYZ51.4432.3280.62-
YUV156.07171.42178.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.18%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=40.18%
G=18.58%
B=41.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2271052330.030.5500.09297.1974.4266.27
HexE369E9337091294a42
Octal343151351367011451112102
Binary11100011110100111101001111101110100110010100110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369E9; }

 p { color: rgb(227,105,233); }

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

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

 a { background-color: rgb(227,105,233); }

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

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

 span { border-color: rgb(227,105,233); }

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