#e69eeb

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

Shades of Plum #E69EEB

Tints of Plum #E69EEB

Color information

#E69EEB (or 0xE69EEB) is unknown color: approx Plum. HEX triplet: E6, 9E and EB. RGB value is (230,158,235). Sum of RGB (Red+Green+Blue) = 230+158+235=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #E69EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EEB is #196114. Grayscale: #BCBCBC. Windows color (decimal): -1663253 or 15441638. OLE color: 15441638.

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

Color convert

RGB230158235-
CMYK0.020.3300.08
HSL296.1º65.81%77.06%-
HSV(B)296.1º32.77%92.16%-
XYZ59.8647.2784.57-
YUV188.31154.35157.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=36.92%
G=25.36%
B=37.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301582350.020.3300.08296.165.8177.06
HexE69EEB22108128424d
Octal346236353241010450102115
Binary111001101001111011101011101000010100010010100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69eeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69eeb; }

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

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

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

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

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

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

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

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