#E169BF

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

Shades of Orchid #E169BF

Tints of Orchid #E169BF

Color information

#E169BF (or 0xE169BF) is unknown color: approx Orchid. HEX triplet: E1, 69 and BF. RGB value is (225,105,191). Sum of RGB (Red+Green+Blue) = 225+105+191=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E169BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169BF is #1E9640. Grayscale: #969696. Windows color (decimal): -2004545 or 12544481. OLE color: 12544481.

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

Color convert

RGB225105191-
CMYK00.530.150.12
HSL317º66.67%64.71%-
HSV(B)317º53.33%88.24%-
XYZ45.5129.8752.66-
YUV150.68150.76181.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 191 (75% from 255) = 36.66%
R=43.19%
G=20.15%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510519100.530.150.1231766.6764.71
HexE169BF035FC13d4341
Octal3411512770651714475103101
Binary1110000111010011011111101101011111110010011110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169BF; }

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

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

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

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

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

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

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

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