#E69BE3

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

Shades of Plum #E69BE3

Tints of Plum #E69BE3

Color information

#E69BE3 (or 0xE69BE3) is unknown color: approx Plum. HEX triplet: E6, 9B and E3. RGB value is (230,155,227). Sum of RGB (Red+Green+Blue) = 230+155+227=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BE3 is #19641C. Grayscale: #B9B9B9. Windows color (decimal): -1664029 or 14916582. OLE color: 14916582.

HSL color Cylindrical-coordinate representation of color #E69BE3: hue angle of 302.4º 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 #E69BE3 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB230155227-
CMYK00.330.010.10
HSL302.4º60%75.49%-
HSV(B)302.4º32.61%90.2%-
XYZ58.2245.8178.45-
YUV185.63151.35159.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=37.58%
G=25.33%
B=37.09%

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
Decimal23015522700.330.010.10302.46075.49
HexE69BE30211A12e3c4b
Octal34623334304111245674113
Binary1110011010011011111000110100001110101001011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BE3; }

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

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

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

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

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

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

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

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