#E289D0

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

Shades of Orchid #E289D0

Tints of Orchid #E289D0

Color information

#E289D0 (or 0xE289D0) is unknown color: approx Orchid. HEX triplet: E2, 89 and D0. RGB value is (226,137,208). Sum of RGB (Red+Green+Blue) = 226+137+208=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E289D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289D0 is #1D762F. Grayscale: #ABABAB. Windows color (decimal): -1930800 or 13666786. OLE color: 13666786.

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

Color convert

RGB226137208-
CMYK00.390.080.11
HSL312.13º60.54%71.18%-
HSV(B)312.13º39.38%88.63%-
XYZ51.6938.6164.4-
YUV171.7148.49166.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=39.58%
G=23.99%
B=36.43%

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
Decimal22613720800.390.080.11312.1360.5471.18
HexE289D00278B1383d47
Octal342211320047101347075107
Binary1110001010001001110100000100111100010111001110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289D0; }

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

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

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

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

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

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

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

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