#E69CF3

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

Shades of Plum #E69CF3

Tints of Plum #E69CF3

Color information

#E69CF3 (or 0xE69CF3) is unknown color: approx Plum. HEX triplet: E6, 9C and F3. RGB value is (230,156,243). Sum of RGB (Red+Green+Blue) = 230+156+243=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #E69CF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CF3 is #19630C. Grayscale: #BBBBBB. Windows color (decimal): -1663757 or 15965414. OLE color: 15965414.

HSL color Cylindrical-coordinate representation of color #E69CF3: hue angle of 291.03º degrees, saturation: 0.78, 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 #E69CF3 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230156243-
CMYK0.050.3600.05
HSL291.03º78.38%78.24%-
HSV(B)291.03º35.8%95.29%-
XYZ60.747.0790.68-
YUV188.04159.02157.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.57%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=36.57%
G=24.80%
B=38.63%

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
Decimal2301562430.050.3600.05291.0378.3878.24
HexE69CF3524051234e4e
Octal34623436354405443116116
Binary111001101001110011110011101100100010110010001110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CF3; }

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

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

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

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

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

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

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

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