#E171E5

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

Shades of Orchid #E171E5

Tints of Orchid #E171E5

Color information

#E171E5 (or 0xE171E5) is unknown color: approx Orchid. HEX triplet: E1, 71 and E5. RGB value is (225,113,229). Sum of RGB (Red+Green+Blue) = 225+113+229=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #E171E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171E5 is #1E8E1A. Grayscale: #9F9F9F. Windows color (decimal): -2002459 or 15036897. OLE color: 15036897.

HSL color Cylindrical-coordinate representation of color #E171E5: hue angle of 297.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E171E5 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225113229-
CMYK0.020.5100.10
HSL297.93º69.05%67.06%-
HSV(B)297.93º50.66%89.8%-
XYZ51.133.4777.9-
YUV159.71167.11174.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=39.68%
G=19.93%
B=40.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251132290.020.5100.10297.9369.0567.06
HexE171E52330A12a4543
Octal341161345263012452105103
Binary11100001111000111100101101100110101010010101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171E5; }

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

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

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

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

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

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

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

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