#E28AD0

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

Shades of Orchid #E28AD0

Tints of Orchid #E28AD0

Color information

#E28AD0 (or 0xE28AD0) is unknown color: approx Orchid. HEX triplet: E2, 8A and D0. RGB value is (226,138,208). Sum of RGB (Red+Green+Blue) = 226+138+208=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AD0 is #1D752F. Grayscale: #ACACAC. Windows color (decimal): -1930544 or 13667042. OLE color: 13667042.

HSL color Cylindrical-coordinate representation of color #E28AD0: hue angle of 312.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AD0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226138208-
CMYK00.390.080.11
HSL312.27º60.27%71.37%-
HSV(B)312.27º38.94%88.63%-
XYZ51.8438.964.45-
YUV172.29148.15166.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=39.51%
G=24.13%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613820800.390.080.11312.2760.2771.37
HexE28AD00278B1383c47
Octal342212320047101347074107
Binary1110001010001010110100000100111100010111001110001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AD0; }

 p { color: rgb(226,138,208); }

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

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

 a { background-color: rgb(226,138,208); }

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

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

 span { border-color: rgb(226,138,208); }

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