#E46AE5

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

Shades of Orchid #E46AE5

Tints of Orchid #E46AE5

Color information

#E46AE5 (or 0xE46AE5) is unknown color: approx Orchid. HEX triplet: E4, 6A and E5. RGB value is (228,106,229). Sum of RGB (Red+Green+Blue) = 228+106+229=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46AE5 is #1B951A. Grayscale: #9C9C9C. Windows color (decimal): -1807643 or 15035108. OLE color: 15035108.

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

Color convert

RGB228106229-
CMYK0.000.5400.10
HSL299.51º70.29%65.69%-
HSV(B)299.51º53.71%89.8%-
XYZ51.2932.4677.69-
YUV156.5168.92179-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.50%
GREEN value IS 106 (41.80% from 255) = 18.83%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=40.50%
G=18.83%
B=40.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281062290.000.5400.10299.5170.2965.69
HexE46AE50360A12c4642
Octal344152345066012454106102
Binary1110010011010101110010101101100101010010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46AE5; }

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

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

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

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

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

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

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

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