#EB96E1

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

Shades of Plum #EB96E1

Tints of Plum #EB96E1

Color information

#EB96E1 (or 0xEB96E1) is unknown color: approx Plum. HEX triplet: EB, 96 and E1. RGB value is (235,150,225). Sum of RGB (Red+Green+Blue) = 235+150+225=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96E1 is #14691E. Grayscale: #B7B7B7. Windows color (decimal): -1337631 or 14784235. OLE color: 14784235.

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

Color convert

RGB235150225-
CMYK00.360.040.08
HSL307.06º68%75.49%-
HSV(B)307.06º36.17%92.16%-
XYZ58.7644.9176.81-
YUV183.96151.16164.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 150 (58.98% from 255) = 24.59%
BLUE value IS 225 (88.28% from 255) = 36.89%
R=38.52%
G=24.59%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515022500.360.040.08307.066875.49
HexEB96E102448133444b
Octal353226341044410463104113
Binary1110101110010110111000010100100100100010011001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96E1; }

 p { color: rgb(235,150,225); }

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

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

 a { background-color: rgb(235,150,225); }

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

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

 span { border-color: rgb(235,150,225); }

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