#E486D2

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

Shades of Orchid #E486D2

Tints of Orchid #E486D2

Color information

#E486D2 (or 0xE486D2) is unknown color: approx Orchid. HEX triplet: E4, 86 and D2. RGB value is (228,134,210). Sum of RGB (Red+Green+Blue) = 228+134+210=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E486D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486D2 is #1B792D. Grayscale: #AAAAAA. Windows color (decimal): -1800494 or 13797092. OLE color: 13797092.

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

Color convert

RGB228134210-
CMYK00.410.080.11
HSL311.49º63.51%70.98%-
HSV(B)311.49º41.23%89.41%-
XYZ52.1538.265.6-
YUV170.77150.14168.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=39.86%
G=23.43%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813421000.410.080.11311.4963.5170.98
HexE486D20298B1374047
Octal3442063220511013467100107
Binary11100100100001101101001001010011000101110011011110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486D2; }

 p { color: rgb(228,134,210); }

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

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

 a { background-color: rgb(228,134,210); }

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

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

 span { border-color: rgb(228,134,210); }

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