#EBB2EE

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

Shades of Plum #EBB2EE

Tints of Plum #EBB2EE

Color information

#EBB2EE (or 0xEBB2EE) is unknown color: approx Plum. HEX triplet: EB, B2 and EE. RGB value is (235,178,238). Sum of RGB (Red+Green+Blue) = 235+178+238=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2EE is #144D11. Grayscale: #C9C9C9. Windows color (decimal): -1330450 or 15643371. OLE color: 15643371.

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

Color convert

RGB235178238-
CMYK0.010.2500.07
HSL297º63.83%81.57%-
HSV(B)297º25.21%93.33%-
XYZ65.6155.6888.18-
YUV201.88148.38151.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=36.10%
G=27.34%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351782380.010.2500.0729763.8381.57
HexEBB2EE119071294052
Octal35326235613107451100122
Binary111010111011001011101110111001011110010100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2EE; }

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

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

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

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

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

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

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

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