#E69FEA

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

Shades of Plum #E69FEA

Tints of Plum #E69FEA

Color information

#E69FEA (or 0xE69FEA) is unknown color: approx Plum. HEX triplet: E6, 9F and EA. RGB value is (230,159,234). Sum of RGB (Red+Green+Blue) = 230+159+234=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #E69FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FEA is #196015. Grayscale: #BCBCBC. Windows color (decimal): -1662998 or 15376358. OLE color: 15376358.

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

Color convert

RGB230159234-
CMYK0.020.3200.08
HSL296.8º64.1%77.06%-
HSV(B)296.8º32.05%91.76%-
XYZ59.8847.5683.87-
YUV188.78153.52157.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=36.92%
G=25.52%
B=37.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301592340.020.3200.08296.864.177.06
HexE69FEA22008129404d
Octal346237352240010451100115
Binary111001101001111111101010101000000100010010100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FEA; }

 p { color: rgb(230,159,234); }

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

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

 a { background-color: rgb(230,159,234); }

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

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

 span { border-color: rgb(230,159,234); }

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