#E6A8E2

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

Shades of Plum #E6A8E2

Tints of Plum #E6A8E2

Color information

#E6A8E2 (or 0xE6A8E2) is unknown color: approx Plum. HEX triplet: E6, A8 and E2. RGB value is (230,168,226). Sum of RGB (Red+Green+Blue) = 230+168+226=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A8E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A8E2 is #19571D. Grayscale: #C0C0C0. Windows color (decimal): -1660702 or 14854374. OLE color: 14854374.

HSL color Cylindrical-coordinate representation of color #E6A8E2: hue angle of 303.87º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A8E2 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230168226-
CMYK00.270.020.10
HSL303.87º55.36%78.04%-
HSV(B)303.87º26.96%90.2%-
XYZ60.3650.3278.48-
YUV193.15146.54154.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 226 (88.67% from 255) = 36.22%
R=36.86%
G=26.92%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016822600.270.020.10303.8755.3678.04
HexE6A8E201B2A130374e
Octal34625034203321246067116
Binary1110011010101000111000100110111010101001100001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A8E2; }

 p { color: rgb(230,168,226); }

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

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

 a { background-color: rgb(230,168,226); }

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

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

 span { border-color: rgb(230,168,226); }

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