#EA9ADC

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

Shades of Plum #EA9ADC

Tints of Plum #EA9ADC

Color information

#EA9ADC (or 0xEA9ADC) is unknown color: approx Plum. HEX triplet: EA, 9A and DC. RGB value is (234,154,220). Sum of RGB (Red+Green+Blue) = 234+154+220=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ADC is #156523. Grayscale: #B9B9B9. Windows color (decimal): -1402148 or 14457578. OLE color: 14457578.

HSL color Cylindrical-coordinate representation of color #EA9ADC: hue angle of 310.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9ADC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234154220-
CMYK00.340.060.08
HSL310.5º65.57%76.08%-
HSV(B)310.5º34.19%91.76%-
XYZ58.4145.7773.47-
YUV185.44147.5162.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=38.49%
G=25.33%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415422000.340.060.08310.565.5776.08
HexEA9ADC02268136424c
Octal352232334042610466102114
Binary1110101010011010110111000100010110100010011011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9ADC; }

 p { color: rgb(234,154,220); }

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

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

 a { background-color: rgb(234,154,220); }

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

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

 span { border-color: rgb(234,154,220); }

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