#E169E1

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

Shades of Orchid #E169E1

Tints of Orchid #E169E1

Color information

#E169E1 (or 0xE169E1) is unknown color: approx Orchid. HEX triplet: E1, 69 and E1. RGB value is (225,105,225). Sum of RGB (Red+Green+Blue) = 225+105+225=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E169E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169E1 is #1E961E. Grayscale: #9A9A9A. Windows color (decimal): -2004511 or 14772705. OLE color: 14772705.

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

Color convert

RGB225105225-
CMYK00.5300.12
HSL300º66.67%64.71%-
HSV(B)300º53.33%88.24%-
XYZ49.6931.5574.7-
YUV154.56167.76178.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=40.54%
G=18.92%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510522500.5300.1230066.6764.71
HexE169E10350C12c4341
Octal341151341065014454103101
Binary1110000111010011110000101101010110010010110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169E1; }

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

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

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

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

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

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

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

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