#E173E2

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

Shades of Orchid #E173E2

Tints of Orchid #E173E2

Color information

#E173E2 (or 0xE173E2) is unknown color: approx Orchid. HEX triplet: E1, 73 and E2. RGB value is (225,115,226). Sum of RGB (Red+Green+Blue) = 225+115+226=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #E173E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173E2 is #1E8C1D. Grayscale: #A0A0A0. Windows color (decimal): -2001950 or 14840801. OLE color: 14840801.

HSL color Cylindrical-coordinate representation of color #E173E2: hue angle of 299.46º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173E2 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225115226-
CMYK0.000.4900.11
HSL299.46º65.68%66.86%-
HSV(B)299.46º49.12%88.63%-
XYZ50.9133.7675.78-
YUV160.54164.94173.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 115 (45.31% from 255) = 20.32%
BLUE value IS 226 (88.67% from 255) = 39.93%
R=39.75%
G=20.32%
B=39.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251152260.000.4900.11299.4665.6866.86
HexE173E20310B12b4243
Octal341163342061013453102103
Binary1110000111100111110001001100010101110010101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173E2; }

 p { color: rgb(225,115,226); }

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

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

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

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

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

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

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