#EA98EB

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

Shades of Plum #EA98EB

Tints of Plum #EA98EB

Color information

#EA98EB (or 0xEA98EB) is unknown color: approx Plum. HEX triplet: EA, 98 and EB. RGB value is (234,152,235). Sum of RGB (Red+Green+Blue) = 234+152+235=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA98EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98EB is #156714. Grayscale: #B9B9B9. Windows color (decimal): -1402645 or 15440106. OLE color: 15440106.

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

Color convert

RGB234152235-
CMYK0.000.3500.08
HSL299.28º67.48%75.88%-
HSV(B)299.28º35.32%92.16%-
XYZ60.1645.9584.3-
YUV185.98155.67162.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=37.68%
G=24.48%
B=37.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341522350.000.3500.08299.2867.4875.88
HexEA98EB0230812b434c
Octal352230353043010453103114
Binary11101010100110001110101101000110100010010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98EB; }

 p { color: rgb(234,152,235); }

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

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

 a { background-color: rgb(234,152,235); }

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

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

 span { border-color: rgb(234,152,235); }

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