#E269DD

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

Shades of Orchid #E269DD

Tints of Orchid #E269DD

Color information

#E269DD (or 0xE269DD) is unknown color: approx Orchid. HEX triplet: E2, 69 and DD. RGB value is (226,105,221). Sum of RGB (Red+Green+Blue) = 226+105+221=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DD is #1D9622. Grayscale: #9A9A9A. Windows color (decimal): -1938979 or 14510562. OLE color: 14510562.

HSL color Cylindrical-coordinate representation of color #E269DD: hue angle of 302.48º 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 #E269DD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226105221-
CMYK00.540.020.11
HSL302.48º67.6%64.9%-
HSV(B)302.48º53.54%88.63%-
XYZ49.4731.4971.88-
YUV154.4165.59179.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=40.94%
G=19.02%
B=40.04%

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
Decimal22610522100.540.020.11302.4867.664.9
HexE269DD0362B12e4441
Octal342151335066213456104101
Binary11100010110100111011101011011010101110010111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269DD; }

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

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

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

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

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

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

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

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