#EA97E9

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

Shades of Plum #EA97E9

Tints of Plum #EA97E9

Color information

#EA97E9 (or 0xEA97E9) is unknown color: approx Plum. HEX triplet: EA, 97 and E9. RGB value is (234,151,233). Sum of RGB (Red+Green+Blue) = 234+151+233=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97E9 is #156816. Grayscale: #B8B8B8. Windows color (decimal): -1402903 or 15308778. OLE color: 15308778.

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

Color convert

RGB234151233-
CMYK00.350.000.08
HSL300.72º66.4%75.49%-
HSV(B)300.72º35.47%91.76%-
XYZ59.7145.5182.73-
YUV185.17155162.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=37.86%
G=24.43%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415123300.350.000.08300.7266.475.49
HexEA97E90230812d424b
Octal352227351043010455102113
Binary11101010100101111110100101000110100010010110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97E9; }

 p { color: rgb(234,151,233); }

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

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

 a { background-color: rgb(234,151,233); }

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

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

 span { border-color: rgb(234,151,233); }

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