#E486DD

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

Shades of Violet #E486DD

Tints of Violet #E486DD

Color information

#E486DD (or 0xE486DD) is unknown color: approx Violet. HEX triplet: E4, 86 and DD. RGB value is (228,134,221). Sum of RGB (Red+Green+Blue) = 228+134+221=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 228 - color contains mainly: red. Hex color #E486DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486DD is #1B7922. Grayscale: #ABABAB. Windows color (decimal): -1800483 or 14517988. OLE color: 14517988.

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

Color convert

RGB228134221-
CMYK00.410.030.11
HSL304.47º63.51%70.98%-
HSV(B)304.47º41.23%89.41%-
XYZ53.5738.7673.07-
YUV172.02155.64167.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.11%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=39.11%
G=22.98%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813422100.410.030.11304.4763.5170.98
HexE486DD0293B1304047
Octal344206335051313460100107
Binary111001001000011011011101010100111101110011000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486DD; }

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

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

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

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

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

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

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

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