#EB9CEE

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

Shades of Plum #EB9CEE

Tints of Plum #EB9CEE

Color information

#EB9CEE (or 0xEB9CEE) is unknown color: approx Plum. HEX triplet: EB, 9C and EE. RGB value is (235,156,238). Sum of RGB (Red+Green+Blue) = 235+156+238=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CEE is #146311. Grayscale: #BCBCBC. Windows color (decimal): -1336082 or 15637739. OLE color: 15637739.

HSL color Cylindrical-coordinate representation of color #EB9CEE: hue angle of 297.8º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CEE is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235156238-
CMYK0.010.3400.07
HSL297.8º70.69%77.25%-
HSV(B)297.8º34.45%93.33%-
XYZ61.5847.6186.83-
YUV188.97155.67160.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=37.36%
G=24.80%
B=37.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351562380.010.3400.07297.870.6977.25
HexEB9CEE1220712a474d
Octal35323435614207452107115
Binary1110101110011100111011101100010011110010101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CEE; }

 p { color: rgb(235,156,238); }

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

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

 a { background-color: rgb(235,156,238); }

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

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

 span { border-color: rgb(235,156,238); }

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