#E6AFEE

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

Shades of Plum #E6AFEE

Tints of Plum #E6AFEE

Color information

#E6AFEE (or 0xE6AFEE) is unknown color: approx Plum. HEX triplet: E6, AF and EE. RGB value is (230,175,238). Sum of RGB (Red+Green+Blue) = 230+175+238=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEE is #195011. Grayscale: #C6C6C6. Windows color (decimal): -1658898 or 15642598. OLE color: 15642598.

HSL color Cylindrical-coordinate representation of color #E6AFEE: hue angle of 292.38º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AFEE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230175238-
CMYK0.030.2600.07
HSL292.38º64.95%80.98%-
HSV(B)292.38º26.47%93.33%-
XYZ63.453.6687.9-
YUV198.63150.22150.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=35.77%
G=27.22%
B=37.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301752380.030.2600.07292.3864.9580.98
HexE6AFEE31A071244151
Octal34625735633207444101121
Binary1110011010101111111011101111010011110010010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFEE; }

 p { color: rgb(230,175,238); }

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

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

 a { background-color: rgb(230,175,238); }

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

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

 span { border-color: rgb(230,175,238); }

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