#E179E1

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

Shades of Orchid #E179E1

Tints of Orchid #E179E1

Color information

#E179E1 (or 0xE179E1) is unknown color: approx Orchid. HEX triplet: E1, 79 and E1. RGB value is (225,121,225). Sum of RGB (Red+Green+Blue) = 225+121+225=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E179E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179E1 is #1E861E. Grayscale: #A3A3A3. Windows color (decimal): -2000415 or 14776801. OLE color: 14776801.

HSL color Cylindrical-coordinate representation of color #E179E1: hue angle of 300º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179E1 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225121225-
CMYK00.4600.12
HSL300º63.41%67.84%-
HSV(B)300º46.22%88.24%-
XYZ51.4835.1275.3-
YUV163.95162.46171.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 121 (47.66% from 255) = 21.19%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=39.40%
G=21.19%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512122500.4600.1230063.4167.84
HexE179E102E0C12c3f44
Octal34117134105601445477104
Binary111000011111001111000010101110011001001011001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E179E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E179E1; }

 p { color: rgb(225,121,225); }

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

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

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

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

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

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

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