#EBA7E4

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

Shades of Plum #EBA7E4

Tints of Plum #EBA7E4

Color information

#EBA7E4 (or 0xEBA7E4) is unknown color: approx Plum. HEX triplet: EB, A7 and E4. RGB value is (235,167,228). Sum of RGB (Red+Green+Blue) = 235+167+228=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7E4 is #14581B. Grayscale: #C2C2C2. Windows color (decimal): -1333276 or 14985195. OLE color: 14985195.

HSL color Cylindrical-coordinate representation of color #EBA7E4: hue angle of 306.18º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7E4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235167228-
CMYK00.290.030.08
HSL306.18º62.96%78.82%-
HSV(B)306.18º28.94%92.16%-
XYZ62.0850.979.95-
YUV194.29147.03157.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 167 (65.62% from 255) = 26.51%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=37.30%
G=26.51%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516722800.290.030.08306.1862.9678.82
HexEBA7E401D381323f4f
Octal35324734403531046277117
Binary1110101110100111111001000111011110001001100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7E4; }

 p { color: rgb(235,167,228); }

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

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

 a { background-color: rgb(235,167,228); }

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

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

 span { border-color: rgb(235,167,228); }

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