#EEA7F5

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

Shades of Plum #EEA7F5

Tints of Plum #EEA7F5

Color information

#EEA7F5 (or 0xEEA7F5) is unknown color: approx Plum. HEX triplet: EE, A7 and F5. RGB value is (238,167,245). Sum of RGB (Red+Green+Blue) = 238+167+245=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 167 (65.62% from 255 or 25.69% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA7F5 is #11580A. Grayscale: #C4C4C4. Windows color (decimal): -1136651 or 16099310. OLE color: 16099310.

HSL color Cylindrical-coordinate representation of color #EEA7F5: hue angle of 294.62º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA7F5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238167245-
CMYK0.030.3200.04
HSL294.62º79.59%80.78%-
HSV(B)294.62º31.84%96.08%-
XYZ65.5652.4193.05-
YUV197.12155.02157.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 167 (65.62% from 255) = 25.69%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=36.62%
G=25.69%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381672450.030.3200.04294.6279.5980.78
HexEEA7F5320041275051
Octal35624736534004447120121
Binary11101110101001111111010111100000010010010011110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA7F5; }

 p { color: rgb(238,167,245); }

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

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

 a { background-color: rgb(238,167,245); }

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

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

 span { border-color: rgb(238,167,245); }

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