#EEA1F3

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

Shades of Plum #EEA1F3

Tints of Plum #EEA1F3

Color information

#EEA1F3 (or 0xEEA1F3) is unknown color: approx Plum. HEX triplet: EE, A1 and F3. RGB value is (238,161,243). Sum of RGB (Red+Green+Blue) = 238+161+243=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 161 (63.28% from 255 or 25.08% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1F3 is #115E0C. Grayscale: #C1C1C1. Windows color (decimal): -1138189 or 15966702. OLE color: 15966702.

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

Color convert

RGB238161243-
CMYK0.020.3400.05
HSL296.34º77.36%79.22%-
HSV(B)296.34º33.74%95.29%-
XYZ64.1850.1491.09-
YUV193.37156.01159.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 161 (63.28% from 255) = 25.08%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=37.07%
G=25.08%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381612430.020.3400.05296.3477.3679.22
HexEEA1F3222051284d4f
Octal35624136324205450115117
Binary11101110101000011111001110100010010110010100010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1F3; }

 p { color: rgb(238,161,243); }

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

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

 a { background-color: rgb(238,161,243); }

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

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

 span { border-color: rgb(238,161,243); }

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