#E69AF3

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

Shades of Plum #E69AF3

Tints of Plum #E69AF3

Color information

#E69AF3 (or 0xE69AF3) is unknown color: approx Plum. HEX triplet: E6, 9A and F3. RGB value is (230,154,243). Sum of RGB (Red+Green+Blue) = 230+154+243=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #E69AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AF3 is #19650C. Grayscale: #BABABA. Windows color (decimal): -1664269 or 15964902. OLE color: 15964902.

HSL color Cylindrical-coordinate representation of color #E69AF3: hue angle of 291.24º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69AF3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230154243-
CMYK0.050.3700.05
HSL291.24º78.76%77.84%-
HSV(B)291.24º36.63%95.29%-
XYZ60.3746.4190.57-
YUV186.87159.68158.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 154 (60.55% from 255) = 24.56%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=36.68%
G=24.56%
B=38.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301542430.050.3700.05291.2478.7677.84
HexE69AF3525051234f4e
Octal34623236354505443117116
Binary111001101001101011110011101100101010110010001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AF3; }

 p { color: rgb(230,154,243); }

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

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

 a { background-color: rgb(230,154,243); }

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

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

 span { border-color: rgb(230,154,243); }

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