#E6AFEB

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

Shades of Plum #E6AFEB

Tints of Plum #E6AFEB

Color information

#E6AFEB (or 0xE6AFEB) is unknown color: approx Plum. HEX triplet: E6, AF and EB. RGB value is (230,175,235). Sum of RGB (Red+Green+Blue) = 230+175+235=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEB is #195014. Grayscale: #C6C6C6. Windows color (decimal): -1658901 or 15445990. OLE color: 15445990.

HSL color Cylindrical-coordinate representation of color #E6AFEB: hue angle of 295º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AFEB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230175235-
CMYK0.020.2600.08
HSL295º60%80.39%-
HSV(B)295º25.53%92.16%-
XYZ62.9653.4885.6-
YUV198.28148.72150.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=35.94%
G=27.34%
B=36.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301752350.020.2600.082956080.39
HexE6AFEB21A081273c50
Octal34625735323201044774120
Binary1110011010101111111010111011010010001001001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFEB; }

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

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

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

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

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

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

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

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