#E69AEB

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

Shades of Plum #E69AEB

Tints of Plum #E69AEB

Color information

#E69AEB (or 0xE69AEB) is unknown color: approx Plum. HEX triplet: E6, 9A and EB. RGB value is (230,154,235). Sum of RGB (Red+Green+Blue) = 230+154+235=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #E69AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AEB is #196514. Grayscale: #B9B9B9. Windows color (decimal): -1664277 or 15440614. OLE color: 15440614.

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

Color convert

RGB230154235-
CMYK0.020.3400.08
HSL296.3º66.94%76.27%-
HSV(B)296.3º34.47%92.16%-
XYZ59.1845.9384.34-
YUV185.96155.68159.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=37.16%
G=24.88%
B=37.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301542350.020.3400.08296.366.9476.27
HexE69AEB22208128434c
Octal346232353242010450103114
Binary111001101001101011101011101000100100010010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AEB; }

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

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

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

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

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

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

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

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