#EB9EE4

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

Shades of Plum #EB9EE4

Tints of Plum #EB9EE4

Color information

#EB9EE4 (or 0xEB9EE4) is unknown color: approx Plum. HEX triplet: EB, 9E and E4. RGB value is (235,158,228). Sum of RGB (Red+Green+Blue) = 235+158+228=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EE4 is #14611B. Grayscale: #BCBCBC. Windows color (decimal): -1335580 or 14982891. OLE color: 14982891.

HSL color Cylindrical-coordinate representation of color #EB9EE4: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EE4 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235158228-
CMYK00.330.030.08
HSL305.45º65.81%77.06%-
HSV(B)305.45º32.77%92.16%-
XYZ60.4947.7279.42-
YUV189150.01160.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 158 (62.11% from 255) = 25.44%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=37.84%
G=25.44%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515822800.330.030.08305.4565.8177.06
HexEB9EE402138131424d
Octal353236344041310461102115
Binary111010111001111011100100010000111100010011000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EE4; }

 p { color: rgb(235,158,228); }

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

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

 a { background-color: rgb(235,158,228); }

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

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

 span { border-color: rgb(235,158,228); }

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