#EBA3E5

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

Shades of Plum #EBA3E5

Tints of Plum #EBA3E5

Color information

#EBA3E5 (or 0xEBA3E5) is unknown color: approx Plum. HEX triplet: EB, A3 and E5. RGB value is (235,163,229). Sum of RGB (Red+Green+Blue) = 235+163+229=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3E5 is #145C1A. Grayscale: #BFBFBF. Windows color (decimal): -1334299 or 15049707. OLE color: 15049707.

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

Color convert

RGB235163229-
CMYK00.310.030.08
HSL305º64.29%78.04%-
HSV(B)305º30.64%92.16%-
XYZ61.549.5180.44-
YUV192.05148.85158.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 163 (64.06% from 255) = 26.00%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=37.48%
G=26.00%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516322900.310.030.0830564.2978.04
HexEBA3E501F38131404e
Octal353243345037310461100116
Binary11101011101000111110010101111111100010011000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3E5; }

 p { color: rgb(235,163,229); }

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

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

 a { background-color: rgb(235,163,229); }

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

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

 span { border-color: rgb(235,163,229); }

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