#E16AC8

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

Shades of Orchid #E16AC8

Tints of Orchid #E16AC8

Color information

#E16AC8 (or 0xE16AC8) is unknown color: approx Orchid. HEX triplet: E1, 6A and C8. RGB value is (225,106,200). Sum of RGB (Red+Green+Blue) = 225+106+200=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AC8 is #1E9537. Grayscale: #989898. Windows color (decimal): -2004280 or 13134561. OLE color: 13134561.

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

Color convert

RGB225106200-
CMYK00.530.110.12
HSL312.61º66.48%64.9%-
HSV(B)312.61º52.89%88.24%-
XYZ46.6330.4958.07-
YUV152.3154.92179.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=42.37%
G=19.96%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510620000.530.110.12312.6166.4864.9
HexE16AC8035BC1394241
Octal3411523100651314471102101
Binary1110000111010101100100001101011011110010011100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AC8; }

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

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

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

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

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

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

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

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