#E66EDB

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

Shades of Orchid #E66EDB

Tints of Orchid #E66EDB

Color information

#E66EDB (or 0xE66EDB) is unknown color: approx Orchid. HEX triplet: E6, 6E and DB. RGB value is (230,110,219). Sum of RGB (Red+Green+Blue) = 230+110+219=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EDB is #199124. Grayscale: #9D9D9D. Windows color (decimal): -1675557 or 14380774. OLE color: 14380774.

HSL color Cylindrical-coordinate representation of color #E66EDB: hue angle of 305.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EDB is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230110219-
CMYK00.520.050.10
HSL305.5º70.59%66.67%-
HSV(B)305.5º52.17%90.2%-
XYZ5133.0970.72-
YUV158.31162.26179.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 110 (43.36% from 255) = 19.68%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=41.14%
G=19.68%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011021900.520.050.10305.570.5966.67
HexE66EDB0345A1324743
Octal346156333064512462107103
Binary111001101101110110110110110100101101010011001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66EDB; }

 p { color: rgb(230,110,219); }

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

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

 a { background-color: rgb(230,110,219); }

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

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

 span { border-color: rgb(230,110,219); }

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