#E69BF2

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

Shades of Plum #E69BF2

Tints of Plum #E69BF2

Color information

#E69BF2 (or 0xE69BF2) is unknown color: approx Plum. HEX triplet: E6, 9B and F2. RGB value is (230,155,242). Sum of RGB (Red+Green+Blue) = 230+155+242=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #E69BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BF2 is #19640D. Grayscale: #BBBBBB. Windows color (decimal): -1664014 or 15899622. OLE color: 15899622.

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

Color convert

RGB230155242-
CMYK0.050.3600.05
HSL291.72º76.99%77.84%-
HSV(B)291.72º35.95%94.9%-
XYZ60.3846.6889.83-
YUV187.34158.85158.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 155 (60.94% from 255) = 24.72%
BLUE value IS 242 (94.92% from 255) = 38.60%
R=36.68%
G=24.72%
B=38.60%

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
Decimal2301552420.050.3600.05291.7276.9977.84
HexE69BF2524051244d4e
Octal34623336254405444115116
Binary111001101001101111110010101100100010110010010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BF2; }

 p { color: rgb(230,155,242); }

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

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

 a { background-color: rgb(230,155,242); }

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

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

 span { border-color: rgb(230,155,242); }

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