#E28ACE

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

Shades of Orchid #E28ACE

Tints of Orchid #E28ACE

Color information

#E28ACE (or 0xE28ACE) is unknown color: approx Orchid. HEX triplet: E2, 8A and CE. RGB value is (226,138,206). Sum of RGB (Red+Green+Blue) = 226+138+206=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ACE is #1D7531. Grayscale: #ABABAB. Windows color (decimal): -1930546 or 13535970. OLE color: 13535970.

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

Color convert

RGB226138206-
CMYK00.390.090.11
HSL313.64º60.27%71.37%-
HSV(B)313.64º38.94%88.63%-
XYZ51.5938.863.16-
YUV172.06147.15166.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=39.65%
G=24.21%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613820600.390.090.11313.6460.2771.37
HexE28ACE0279B13a3c47
Octal342212316047111347274107
Binary1110001010001010110011100100111100110111001110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28ACE; }

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

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

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

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

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

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

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

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