#EBB0F1

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

Shades of Plum #EBB0F1

Tints of Plum #EBB0F1

Color information

#EBB0F1 (or 0xEBB0F1) is unknown color: approx Plum. HEX triplet: EB, B0 and F1. RGB value is (235,176,241). Sum of RGB (Red+Green+Blue) = 235+176+241=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBB0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0F1 is #144F0E. Grayscale: #C8C8C8. Windows color (decimal): -1330959 or 15839467. OLE color: 15839467.

HSL color Cylindrical-coordinate representation of color #EBB0F1: hue angle of 294.46º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB0F1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235176241-
CMYK0.020.2700.05
HSL294.46º69.89%81.76%-
HSV(B)294.46º26.97%94.51%-
XYZ65.6655.0690.39-
YUV201.05150.55152.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 176 (69.14% from 255) = 26.99%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=36.04%
G=26.99%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351762410.020.2700.05294.4669.8981.76
HexEBB0F121B051264652
Octal35326036123305446106122
Binary1110101110110000111100011011011010110010011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0F1; }

 p { color: rgb(235,176,241); }

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

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

 a { background-color: rgb(235,176,241); }

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

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

 span { border-color: rgb(235,176,241); }

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