#E369E1

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

Shades of Orchid #E369E1

Tints of Orchid #E369E1

Color information

#E369E1 (or 0xE369E1) is unknown color: approx Orchid. HEX triplet: E3, 69 and E1. RGB value is (227,105,225). Sum of RGB (Red+Green+Blue) = 227+105+225=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E369E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369E1 is #1C961E. Grayscale: #9A9A9A. Windows color (decimal): -1873439 or 14772707. OLE color: 14772707.

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

Color convert

RGB227105225-
CMYK00.540.010.11
HSL300.98º68.54%65.1%-
HSV(B)300.98º53.74%89.02%-
XYZ50.3231.8774.73-
YUV155.16167.42179.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.75%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=40.75%
G=18.85%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710522500.540.010.11300.9868.5465.1
HexE369E10361B12d4541
Octal343151341066113455105101
Binary1110001111010011110000101101101101110010110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369E1; }

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

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

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

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

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

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

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

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