#EA92E0

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

Shades of Plum #EA92E0

Tints of Plum #EA92E0

Color information

#EA92E0 (or 0xEA92E0) is unknown color: approx Plum. HEX triplet: EA, 92 and E0. RGB value is (234,146,224). Sum of RGB (Red+Green+Blue) = 234+146+224=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92E0 is #156D1F. Grayscale: #B4B4B4. Windows color (decimal): -1404192 or 14717674. OLE color: 14717674.

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

Color convert

RGB234146224-
CMYK00.380.040.08
HSL306.82º67.69%74.51%-
HSV(B)306.82º37.61%91.76%-
XYZ57.6743.4375.86-
YUV181.2152.15165.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 146 (57.42% from 255) = 24.17%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=38.74%
G=24.17%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414622400.380.040.08306.8267.6974.51
HexEA92E002648133444b
Octal352222340046410463104113
Binary1110101010010010111000000100110100100010011001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA92E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA92E0; }

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

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

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

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

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

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

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

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