#EA94DE

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

Shades of Plum #EA94DE

Tints of Plum #EA94DE

Color information

#EA94DE (or 0xEA94DE) is unknown color: approx Plum. HEX triplet: EA, 94 and DE. RGB value is (234,148,222). Sum of RGB (Red+Green+Blue) = 234+148+222=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94DE is #156B21. Grayscale: #B5B5B5. Windows color (decimal): -1403682 or 14587114. OLE color: 14587114.

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

Color convert

RGB234148222-
CMYK00.370.050.08
HSL308.37º67.19%74.9%-
HSV(B)308.37º36.75%91.76%-
XYZ57.7143.9574.55-
YUV182.15150.49164.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=38.74%
G=24.50%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414822200.370.050.08308.3767.1974.9
HexEA94DE02558134434b
Octal352224336045510464103113
Binary1110101010010100110111100100101101100010011010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94DE; }

 p { color: rgb(234,148,222); }

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

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

 a { background-color: rgb(234,148,222); }

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

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

 span { border-color: rgb(234,148,222); }

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