#E46AE4

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

Shades of Orchid #E46AE4

Tints of Orchid #E46AE4

Color information

#E46AE4 (or 0xE46AE4) is unknown color: approx Orchid. HEX triplet: E4, 6A and E4. RGB value is (228,106,228). Sum of RGB (Red+Green+Blue) = 228+106+228=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E46AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46AE4 is #1B951B. Grayscale: #9C9C9C. Windows color (decimal): -1807644 or 14969572. OLE color: 14969572.

HSL color Cylindrical-coordinate representation of color #E46AE4: hue angle of 300º 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 #E46AE4 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB228106228-
CMYK00.5400.11
HSL300º69.32%65.49%-
HSV(B)300º53.51%89.41%-
XYZ51.1532.476.96-
YUV156.39168.42179.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.57%
GREEN value IS 106 (41.80% from 255) = 18.86%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=40.57%
G=18.86%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810622800.5400.1130069.3265.49
HexE46AE40360B12c4541
Octal344152344066013454105101
Binary1110010011010101110010001101100101110010110010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46AE4; }

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

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

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

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

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

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

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

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