#ea96e1

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

Shades of Plum #EA96E1

Tints of Plum #EA96E1

Color information

#EA96E1 (or 0xEA96E1) is unknown color: approx Plum. HEX triplet: EA, 96 and E1. RGB value is (234,150,225). Sum of RGB (Red+Green+Blue) = 234+150+225=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96E1 is #15691E. Grayscale: #B7B7B7. Windows color (decimal): -1403167 or 14784234. OLE color: 14784234.

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

Color convert

RGB234150225-
CMYK00.360.040.08
HSL306.43º66.67%75.29%-
HSV(B)306.43º35.9%91.76%-
XYZ58.4344.7476.79-
YUV183.67151.33163.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=38.42%
G=24.63%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415022500.360.040.08306.4366.6775.29
HexEA96E102448132434b
Octal352226341044410462103113
Binary1110101010010110111000010100100100100010011001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea96e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea96e1; }

 p { color: rgb(234,150,225); }

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

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

 a { background-color: rgb(234,150,225); }

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

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

 span { border-color: rgb(234,150,225); }

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