#E46DE5

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

Shades of Orchid #E46DE5

Tints of Orchid #E46DE5

Color information

#E46DE5 (or 0xE46DE5) is unknown color: approx Orchid. HEX triplet: E4, 6D and E5. RGB value is (228,109,229). Sum of RGB (Red+Green+Blue) = 228+109+229=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DE5 is #1B921A. Grayscale: #9D9D9D. Windows color (decimal): -1806875 or 15035876. OLE color: 15035876.

HSL color Cylindrical-coordinate representation of color #E46DE5: 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 #E46DE5 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228109229-
CMYK0.000.5200.10
HSL299.5º69.77%66.27%-
HSV(B)299.5º52.4%89.8%-
XYZ51.6133.0977.8-
YUV158.26167.92177.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.28%
GREEN value IS 109 (42.97% from 255) = 19.26%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=40.28%
G=19.26%
B=40.46%

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
Decimal2281092290.000.5200.10299.569.7766.27
HexE46DE50340A12c4642
Octal344155345064012454106102
Binary1110010011011011110010101101000101010010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46DE5; }

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

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

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

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

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

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

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

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