#E171E1

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

Shades of Orchid #E171E1

Tints of Orchid #E171E1

Color information

#E171E1 (or 0xE171E1) is unknown color: approx Orchid. HEX triplet: E1, 71 and E1. RGB value is (225,113,225). Sum of RGB (Red+Green+Blue) = 225+113+225=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E171E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171E1 is #1E8E1E. Grayscale: #9E9E9E. Windows color (decimal): -2002463 or 14774753. OLE color: 14774753.

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

Color convert

RGB225113225-
CMYK00.5000.12
HSL300º65.12%66.27%-
HSV(B)300º49.78%88.24%-
XYZ50.5533.2574.99-
YUV159.26165.11174.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=39.96%
G=20.07%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511322500.5000.1230065.1266.27
HexE171E10320C12c4142
Octal341161341062014454101102
Binary1110000111100011110000101100100110010010110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171E1; }

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

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

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

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

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

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

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

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