#E69AE4

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

Shades of Plum #E69AE4

Tints of Plum #E69AE4

Color information

#E69AE4 (or 0xE69AE4) is unknown color: approx Plum. HEX triplet: E6, 9A and E4. RGB value is (230,154,228). Sum of RGB (Red+Green+Blue) = 230+154+228=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AE4 is #19651B. Grayscale: #B8B8B8. Windows color (decimal): -1664284 or 14981862. OLE color: 14981862.

HSL color Cylindrical-coordinate representation of color #E69AE4: hue angle of 301.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AE4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB230154228-
CMYK00.330.010.10
HSL301.58º60.32%75.29%-
HSV(B)301.58º33.04%90.2%-
XYZ58.1945.5479.12-
YUV185.16152.18159.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=37.58%
G=25.16%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015422800.330.010.10301.5860.3275.29
HexE69AE40211A12e3c4b
Octal34623234404111245674113
Binary1110011010011010111001000100001110101001011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AE4; }

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

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

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

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

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

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

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

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