#E169E0

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

Shades of Orchid #E169E0

Tints of Orchid #E169E0

Color information

#E169E0 (or 0xE169E0) is unknown color: approx Orchid. HEX triplet: E1, 69 and E0. RGB value is (225,105,224). Sum of RGB (Red+Green+Blue) = 225+105+224=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E169E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169E0 is #1E961F. Grayscale: #9A9A9A. Windows color (decimal): -2004512 or 14707169. OLE color: 14707169.

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

Color convert

RGB225105224-
CMYK00.530.000.12
HSL300.5º66.67%64.71%-
HSV(B)300.5º53.33%88.24%-
XYZ49.5631.4973.99-
YUV154.45167.26178.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=40.61%
G=18.95%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510522400.530.000.12300.566.6764.71
HexE169E00350C12c4341
Octal341151340065014454103101
Binary1110000111010011110000001101010110010010110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169E0; }

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

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

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

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

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

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

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

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