#E69AF1

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

Shades of Plum #E69AF1

Tints of Plum #E69AF1

Color information

#E69AF1 (or 0xE69AF1) is unknown color: approx Plum. HEX triplet: E6, 9A and F1. RGB value is (230,154,241). Sum of RGB (Red+Green+Blue) = 230+154+241=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E69AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AF1 is #19650E. Grayscale: #BABABA. Windows color (decimal): -1664271 or 15833830. OLE color: 15833830.

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

Color convert

RGB230154241-
CMYK0.050.3600.05
HSL292.41º75.65%77.45%-
HSV(B)292.41º36.1%94.51%-
XYZ60.0746.2988.99-
YUV186.64158.68158.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 154 (60.55% from 255) = 24.64%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=36.8%
G=24.64%
B=38.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301542410.050.3600.05292.4175.6577.45
HexE69AF1524051244c4d
Octal34623236154405444114115
Binary111001101001101011110001101100100010110010010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AF1; }

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

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

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

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

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

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

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

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