#EA95E0

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

Shades of Plum #EA95E0

Tints of Plum #EA95E0

Color information

#EA95E0 (or 0xEA95E0) is unknown color: approx Plum. HEX triplet: EA, 95 and E0. RGB value is (234,149,224). Sum of RGB (Red+Green+Blue) = 234+149+224=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95E0 is #156A1F. Grayscale: #B6B6B6. Windows color (decimal): -1403424 or 14718442. OLE color: 14718442.

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

Color convert

RGB234149224-
CMYK00.360.040.08
HSL307.06º66.93%75.1%-
HSV(B)307.06º36.32%91.76%-
XYZ58.1344.3776.02-
YUV182.96151.16164.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=38.55%
G=24.55%
B=36.90%

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
Decimal23414922400.360.040.08307.0666.9375.1
HexEA95E002448133434b
Octal352225340044410463103113
Binary1110101010010101111000000100100100100010011001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95E0; }

 p { color: rgb(234,149,224); }

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

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

 a { background-color: rgb(234,149,224); }

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

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

 span { border-color: rgb(234,149,224); }

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