#EA97E6

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

Shades of Plum #EA97E6

Tints of Plum #EA97E6

Color information

#EA97E6 (or 0xEA97E6) is unknown color: approx Plum. HEX triplet: EA, 97 and E6. RGB value is (234,151,230). Sum of RGB (Red+Green+Blue) = 234+151+230=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97E6 is #156819. Grayscale: #B8B8B8. Windows color (decimal): -1402906 or 15112170. OLE color: 15112170.

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

Color convert

RGB234151230-
CMYK00.350.020.08
HSL302.89º66.4%75.49%-
HSV(B)302.89º35.47%91.76%-
XYZ59.2845.3480.49-
YUV184.82153.5163.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 151 (59.38% from 255) = 24.55%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=38.05%
G=24.55%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415123000.350.020.08302.8966.475.49
HexEA97E60232812f424b
Octal352227346043210457102113
Binary111010101001011111100110010001110100010010111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97E6; }

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

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

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

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

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

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

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

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