#E46EE5

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

Shades of Orchid #E46EE5

Tints of Orchid #E46EE5

Color information

#E46EE5 (or 0xE46EE5) is unknown color: approx Orchid. HEX triplet: E4, 6E and E5. RGB value is (228,110,229). Sum of RGB (Red+Green+Blue) = 228+110+229=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EE5 is #1B911A. Grayscale: #9E9E9E. Windows color (decimal): -1806619 or 15036132. OLE color: 15036132.

HSL color Cylindrical-coordinate representation of color #E46EE5: hue angle of 299.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46EE5 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228110229-
CMYK0.000.5200.10
HSL299.5º69.59%66.47%-
HSV(B)299.5º51.97%89.8%-
XYZ51.7133.377.83-
YUV158.85167.59177.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 110 (43.36% from 255) = 19.40%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=40.21%
G=19.40%
B=40.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281102290.000.5200.10299.569.5966.47
HexE46EE50340A12b4642
Octal344156345064012453106102
Binary1110010011011101110010101101000101010010101110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46EE5; }

 p { color: rgb(228,110,229); }

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

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

 a { background-color: rgb(228,110,229); }

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

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

 span { border-color: rgb(228,110,229); }

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