#E16AC9

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

Shades of Orchid #E16AC9

Tints of Orchid #E16AC9

Color information

#E16AC9 (or 0xE16AC9) is unknown color: approx Orchid. HEX triplet: E1, 6A and C9. RGB value is (225,106,201). Sum of RGB (Red+Green+Blue) = 225+106+201=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AC9 is #1E9536. Grayscale: #989898. Windows color (decimal): -2004279 or 13200097. OLE color: 13200097.

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

Color convert

RGB225106201-
CMYK00.530.110.12
HSL312.1º66.48%64.9%-
HSV(B)312.1º52.89%88.24%-
XYZ46.7530.5358.69-
YUV152.41155.42179.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 106 (41.80% from 255) = 19.92%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=42.29%
G=19.92%
B=37.78%

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
Decimal22510620100.530.110.12312.166.4864.9
HexE16AC9035BC1384241
Octal3411523110651314470102101
Binary1110000111010101100100101101011011110010011100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AC9; }

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

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

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

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

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

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

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

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