#E99BE4

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

Shades of Plum #E99BE4

Tints of Plum #E99BE4

Color information

#E99BE4 (or 0xE99BE4) is unknown color: approx Plum. HEX triplet: E9, 9B and E4. RGB value is (233,155,228). Sum of RGB (Red+Green+Blue) = 233+155+228=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99BE4 is #16641B. Grayscale: #BABABA. Windows color (decimal): -1467420 or 14982121. OLE color: 14982121.

HSL color Cylindrical-coordinate representation of color #E99BE4: hue angle of 303.85º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BE4 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233155228-
CMYK00.330.020.09
HSL303.85º63.93%76.08%-
HSV(B)303.85º33.48%91.37%-
XYZ59.3346.3779.22-
YUV186.64151.34161.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=37.82%
G=25.16%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315522800.330.020.09303.8563.9376.08
HexE99BE402129130404c
Octal351233344041211460100114
Binary111010011001101111100100010000110100110011000010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99BE4; }

 p { color: rgb(233,155,228); }

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

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

 a { background-color: rgb(233,155,228); }

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

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

 span { border-color: rgb(233,155,228); }

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