#E06AE8

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

Shades of Orchid #E06AE8

Tints of Orchid #E06AE8

Color information

#E06AE8 (or 0xE06AE8) is unknown color: approx Orchid. HEX triplet: E0, 6A and E8. RGB value is (224,106,232). Sum of RGB (Red+Green+Blue) = 224+106+232=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #E06AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AE8 is #1F9517. Grayscale: #9B9B9B. Windows color (decimal): -2069784 or 15231712. OLE color: 15231712.

HSL color Cylindrical-coordinate representation of color #E06AE8: hue angle of 296.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06AE8 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224106232-
CMYK0.030.5400.09
HSL296.19º73.26%66.27%-
HSV(B)296.19º54.31%90.98%-
XYZ50.4631.9879.86-
YUV155.65171.09176.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 106 (41.80% from 255) = 18.86%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=39.86%
G=18.86%
B=41.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241062320.030.5400.09296.1973.2666.27
HexE06AE8336091284942
Octal340152350366011450111102
Binary11100000110101011101000111101100100110010100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AE8; }

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

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

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

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

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

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

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

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