#E06DE2

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

Shades of Orchid #E06DE2

Tints of Orchid #E06DE2

Color information

#E06DE2 (or 0xE06DE2) is unknown color: approx Orchid. HEX triplet: E0, 6D and E2. RGB value is (224,109,226). Sum of RGB (Red+Green+Blue) = 224+109+226=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #E06DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06DE2 is #1F921D. Grayscale: #9C9C9C. Windows color (decimal): -2069022 or 14839264. OLE color: 14839264.

HSL color Cylindrical-coordinate representation of color #E06DE2: hue angle of 298.97º degrees, saturation: 0.67, 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 #E06DE2 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224109226-
CMYK0.010.5200.11
HSL298.97º66.86%65.69%-
HSV(B)298.97º51.77%88.63%-
XYZ49.9432.2875.55-
YUV156.72167.1175.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 226 (88.67% from 255) = 40.43%
R=40.07%
G=19.50%
B=40.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241092260.010.5200.11298.9766.8665.69
HexE06DE21340B12b4342
Octal340155342164013453103102
Binary1110000011011011110001011101000101110010101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06DE2; }

 p { color: rgb(224,109,226); }

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

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

 a { background-color: rgb(224,109,226); }

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

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

 span { border-color: rgb(224,109,226); }

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