#EA99EB

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

Shades of Plum #EA99EB

Tints of Plum #EA99EB

Color information

#EA99EB (or 0xEA99EB) is unknown color: approx Plum. HEX triplet: EA, 99 and EB. RGB value is (234,153,235). Sum of RGB (Red+Green+Blue) = 234+153+235=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA99EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99EB is #156614. Grayscale: #BABABA. Windows color (decimal): -1402389 or 15440362. OLE color: 15440362.

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

Color convert

RGB234153235-
CMYK0.000.3500.08
HSL299.27º67.21%76.08%-
HSV(B)299.27º34.89%92.16%-
XYZ60.3246.2784.35-
YUV186.57155.34161.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 153 (60.16% from 255) = 24.60%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=37.62%
G=24.60%
B=37.78%

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
Decimal2341532350.000.3500.08299.2767.2176.08
HexEA99EB0230812b434c
Octal352231353043010453103114
Binary11101010100110011110101101000110100010010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99EB; }

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

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

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

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

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

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

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

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