#EA96DF

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

Shades of Plum #EA96DF

Tints of Plum #EA96DF

Color information

#EA96DF (or 0xEA96DF) is unknown color: approx Plum. HEX triplet: EA, 96 and DF. RGB value is (234,150,223). Sum of RGB (Red+Green+Blue) = 234+150+223=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96DF is #156920. Grayscale: #B7B7B7. Windows color (decimal): -1403169 or 14653162. OLE color: 14653162.

HSL color Cylindrical-coordinate representation of color #EA96DF: hue angle of 307.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96DF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234150223-
CMYK00.360.050.08
HSL307.86º66.67%75.29%-
HSV(B)307.86º35.9%91.76%-
XYZ58.1644.6375.36-
YUV183.44150.33164.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=38.55%
G=24.71%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415022300.360.050.08307.8666.6775.29
HexEA96DF02458134434b
Octal352226337044510464103113
Binary1110101010010110110111110100100101100010011010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96DF; }

 p { color: rgb(234,150,223); }

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

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

 a { background-color: rgb(234,150,223); }

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

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

 span { border-color: rgb(234,150,223); }

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