#E46EE1

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

Shades of Orchid #E46EE1

Tints of Orchid #E46EE1

Color information

#E46EE1 (or 0xE46EE1) is unknown color: approx Orchid. HEX triplet: E4, 6E and E1. RGB value is (228,110,225). Sum of RGB (Red+Green+Blue) = 228+110+225=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EE1 is #1B911E. Grayscale: #9E9E9E. Windows color (decimal): -1806623 or 14773988. OLE color: 14773988.

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

Color convert

RGB228110225-
CMYK00.520.010.11
HSL301.53º68.6%66.27%-
HSV(B)301.53º51.75%89.41%-
XYZ51.1633.0874.92-
YUV158.39165.59177.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.50%
GREEN value IS 110 (43.36% from 255) = 19.54%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=40.50%
G=19.54%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811022500.520.010.11301.5368.666.27
HexE46EE10341B12e4542
Octal344156341064113456105102
Binary1110010011011101110000101101001101110010111010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46EE1; }

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

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

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

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

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

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

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

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