#ea95e7

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

Shades of Plum #EA95E7

Tints of Plum #EA95E7

Color information

#EA95E7 (or 0xEA95E7) is unknown color: approx Plum. HEX triplet: EA, 95 and E7. RGB value is (234,149,231). Sum of RGB (Red+Green+Blue) = 234+149+231=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95E7 is #156A18. Grayscale: #B7B7B7. Windows color (decimal): -1403417 or 15177194. OLE color: 15177194.

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

Color convert

RGB234149231-
CMYK00.360.010.08
HSL302.12º66.93%75.1%-
HSV(B)302.12º36.32%91.76%-
XYZ59.144.7681.13-
YUV183.76154.66163.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 231 (90.62% from 255) = 37.62%
R=38.11%
G=24.27%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414923100.360.010.08302.1266.9375.1
HexEA95E70241812e434b
Octal352225347044110456103113
Binary11101010100101011110011101001001100010010111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea95e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea95e7; }

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

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

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

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

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

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

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

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