#EA9FF6

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

Shades of Plum #EA9FF6

Tints of Plum #EA9FF6

Color information

#EA9FF6 (or 0xEA9FF6) is unknown color: approx Plum. HEX triplet: EA, 9F and F6. RGB value is (234,159,246). Sum of RGB (Red+Green+Blue) = 234+159+246=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA9FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF6 is #156009. Grayscale: #BFBFBF. Windows color (decimal): -1400842 or 16162794. OLE color: 16162794.

HSL color Cylindrical-coordinate representation of color #EA9FF6: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA9FF6 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234159246-
CMYK0.050.3500.04
HSL291.72º82.86%79.41%-
HSV(B)291.72º35.37%96.47%-
XYZ62.9648.9493.32-
YUV191.34158.85158.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 159 (62.5% from 255) = 24.88%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=36.62%
G=24.88%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341592460.050.3500.04291.7282.8679.41
HexEA9FF652304124534f
Octal35223736654304444123117
Binary111010101001111111110110101100011010010010010010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FF6; }

 p { color: rgb(234,159,246); }

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

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

 a { background-color: rgb(234,159,246); }

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

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

 span { border-color: rgb(234,159,246); }

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