#EBB4F0

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

Shades of Plum #EBB4F0

Tints of Plum #EBB4F0

Color information

#EBB4F0 (or 0xEBB4F0) is unknown color: approx Plum. HEX triplet: EB, B4 and F0. RGB value is (235,180,240). Sum of RGB (Red+Green+Blue) = 235+180+240=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4F0 is #144B0F. Grayscale: #CBCBCB. Windows color (decimal): -1329936 or 15774955. OLE color: 15774955.

HSL color Cylindrical-coordinate representation of color #EBB4F0: hue angle of 295º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB4F0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235180240-
CMYK0.020.2500.06
HSL295º66.67%82.35%-
HSV(B)295º25%94.12%-
XYZ66.3156.689.87-
YUV203.29148.72150.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 180 (70.70% from 255) = 27.48%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=35.88%
G=27.48%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351802400.020.2500.0629566.6782.35
HexEBB4F0219061274352
Octal35326436023106447103122
Binary1110101110110100111100001011001011010010011110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4F0; }

 p { color: rgb(235,180,240); }

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

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

 a { background-color: rgb(235,180,240); }

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

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

 span { border-color: rgb(235,180,240); }

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