#EEA2F3

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

Shades of Plum #EEA2F3

Tints of Plum #EEA2F3

Color information

#EEA2F3 (or 0xEEA2F3) is unknown color: approx Plum. HEX triplet: EE, A2 and F3. RGB value is (238,162,243). Sum of RGB (Red+Green+Blue) = 238+162+243=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEA2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2F3 is #115D0C. Grayscale: #C1C1C1. Windows color (decimal): -1137933 or 15966958. OLE color: 15966958.

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

Color convert

RGB238162243-
CMYK0.020.3300.05
HSL296.3º77.14%79.41%-
HSV(B)296.3º33.33%95.29%-
XYZ64.3650.4991.15-
YUV193.96155.68159.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 162 (63.67% from 255) = 25.19%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=37.01%
G=25.19%
B=37.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381622430.020.3300.05296.377.1479.41
HexEEA2F3221051284d4f
Octal35624236324105450115117
Binary11101110101000101111001110100001010110010100010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2F3; }

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

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

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

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

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

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

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

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