#EA97E8

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

Shades of Plum #EA97E8

Tints of Plum #EA97E8

Color information

#EA97E8 (or 0xEA97E8) is unknown color: approx Plum. HEX triplet: EA, 97 and E8. RGB value is (234,151,232). Sum of RGB (Red+Green+Blue) = 234+151+232=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97E8 is #156817. Grayscale: #B8B8B8. Windows color (decimal): -1402904 or 15243242. OLE color: 15243242.

HSL color Cylindrical-coordinate representation of color #EA97E8: hue angle of 301.45º 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 #EA97E8 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234151232-
CMYK00.350.010.08
HSL301.45º66.4%75.49%-
HSV(B)301.45º35.47%91.76%-
XYZ59.5645.4581.98-
YUV185.05154.5162.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 151 (59.38% from 255) = 24.47%
BLUE value IS 232 (91.02% from 255) = 37.60%
R=37.93%
G=24.47%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415123200.350.010.08301.4566.475.49
HexEA97E80231812d424b
Octal352227350043110455102113
Binary11101010100101111110100001000111100010010110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97E8; }

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

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

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

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

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

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

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

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