#E289D4

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

Shades of Orchid #E289D4

Tints of Orchid #E289D4

Color information

#E289D4 (or 0xE289D4) is unknown color: approx Orchid. HEX triplet: E2, 89 and D4. RGB value is (226,137,212). Sum of RGB (Red+Green+Blue) = 226+137+212=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E289D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289D4 is #1D762B. Grayscale: #ABABAB. Windows color (decimal): -1930796 or 13928930. OLE color: 13928930.

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

Color convert

RGB226137212-
CMYK00.390.060.11
HSL309.44º60.54%71.18%-
HSV(B)309.44º39.38%88.63%-
XYZ52.1938.8167.03-
YUV172.16150.49166.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=39.30%
G=23.83%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613721200.390.060.11309.4460.5471.18
HexE289D40276B1353d47
Octal34221132404761346575107
Binary111000101000100111010100010011111010111001101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289D4; }

 p { color: rgb(226,137,212); }

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

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

 a { background-color: rgb(226,137,212); }

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

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

 span { border-color: rgb(226,137,212); }

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