#E69EE7

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

Shades of Plum #E69EE7

Tints of Plum #E69EE7

Color information

#E69EE7 (or 0xE69EE7) is unknown color: approx Plum. HEX triplet: E6, 9E and E7. RGB value is (230,158,231). Sum of RGB (Red+Green+Blue) = 230+158+231=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #E69EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EE7 is #196118. Grayscale: #BBBBBB. Windows color (decimal): -1663257 or 15179494. OLE color: 15179494.

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

Color convert

RGB230158231-
CMYK0.000.3200.09
HSL299.18º60.33%76.27%-
HSV(B)299.18º31.6%90.59%-
XYZ59.2847.0581.56-
YUV187.85152.35158.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 158 (62.11% from 255) = 25.53%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=37.16%
G=25.53%
B=37.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301582310.000.3200.09299.1860.3376.27
HexE69EE70200912b3c4c
Octal34623634704001145374114
Binary1110011010011110111001110100000010011001010111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69EE7; }

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

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

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

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

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

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

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

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