#E06AD8

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

Shades of Orchid #E06AD8

Tints of Orchid #E06AD8

Color information

#E06AD8 (or 0xE06AD8) is unknown color: approx Orchid. HEX triplet: E0, 6A and D8. RGB value is (224,106,216). Sum of RGB (Red+Green+Blue) = 224+106+216=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AD8 is #1F9527. Grayscale: #999999. Windows color (decimal): -2069800 or 14183136. OLE color: 14183136.

HSL color Cylindrical-coordinate representation of color #E06AD8: hue angle of 304.07º 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 #E06AD8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224106216-
CMYK00.530.040.12
HSL304.07º65.56%64.71%-
HSV(B)304.07º52.68%87.84%-
XYZ48.2931.1168.43-
YUV153.82163.09178.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=41.03%
G=19.41%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410621600.530.040.12304.0765.5664.71
HexE06AD80354C1304241
Octal340152330065414460102101
Binary111000001101010110110000110101100110010011000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AD8; }

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

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

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

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

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

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

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

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