#E69BE8

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

Shades of Plum #E69BE8

Tints of Plum #E69BE8

Color information

#E69BE8 (or 0xE69BE8) is unknown color: approx Plum. HEX triplet: E6, 9B and E8. RGB value is (230,155,232). Sum of RGB (Red+Green+Blue) = 230+155+232=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #E69BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BE8 is #196417. Grayscale: #B9B9B9. Windows color (decimal): -1664024 or 15244262. OLE color: 15244262.

HSL color Cylindrical-coordinate representation of color #E69BE8: hue angle of 298.44º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BE8 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230155232-
CMYK0.010.3300.09
HSL298.44º62.6%75.88%-
HSV(B)298.44º33.19%90.98%-
XYZ58.9246.0982.14-
YUV186.2153.85159.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.28%
GREEN value IS 155 (60.94% from 255) = 25.12%
BLUE value IS 232 (91.02% from 255) = 37.60%
R=37.28%
G=25.12%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301552320.010.3300.09298.4462.675.88
HexE69BE81210912a3f4c
Octal34623335014101145277114
Binary1110011010011011111010001100001010011001010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BE8; }

 p { color: rgb(230,155,232); }

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

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

 a { background-color: rgb(230,155,232); }

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

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

 span { border-color: rgb(230,155,232); }

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