#E269DE

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

Shades of Orchid #E269DE

Tints of Orchid #E269DE

Color information

#E269DE (or 0xE269DE) is unknown color: approx Orchid. HEX triplet: E2, 69 and DE. RGB value is (226,105,222). Sum of RGB (Red+Green+Blue) = 226+105+222=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DE is #1D9621. Grayscale: #9A9A9A. Windows color (decimal): -1938978 or 14576098. OLE color: 14576098.

HSL color Cylindrical-coordinate representation of color #E269DE: hue angle of 301.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269DE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226105222-
CMYK00.540.020.11
HSL301.98º67.6%64.9%-
HSV(B)301.98º53.54%88.63%-
XYZ49.631.5572.58-
YUV154.52166.09178.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=40.87%
G=18.99%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610522200.540.020.11301.9867.664.9
HexE269DE0362B12e4441
Octal342151336066213456104101
Binary11100010110100111011110011011010101110010111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269DE; }

 p { color: rgb(226,105,222); }

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

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

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

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

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

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

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