#E06AE1

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

Shades of Orchid #E06AE1

Tints of Orchid #E06AE1

Color information

#E06AE1 (or 0xE06AE1) is unknown color: approx Orchid. HEX triplet: E0, 6A and E1. RGB value is (224,106,225). Sum of RGB (Red+Green+Blue) = 224+106+225=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #E06AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AE1 is #1F951E. Grayscale: #9A9A9A. Windows color (decimal): -2069791 or 14772960. OLE color: 14772960.

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

Color convert

RGB224106225-
CMYK0.000.5300.12
HSL299.5º66.48%64.9%-
HSV(B)299.5º52.89%88.24%-
XYZ49.4931.5974.72-
YUV154.85167.59177.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 106 (41.80% from 255) = 19.10%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=40.36%
G=19.10%
B=40.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241062250.000.5300.12299.566.4864.9
HexE06AE10350C12b4241
Octal340152341065014453102101
Binary1110000011010101110000101101010110010010101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AE1; }

 p { color: rgb(224,106,225); }

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

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

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

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

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

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

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