Html Css Color HEX #EBA5E9 Plum

📋 copy color: '#EBA5E9'

red 235 ◦ green 165 ◦ blue 233

#EBA5E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #EBA5E9

Tints of Plum #EBA5E9

RGB

 RED value IS 235 (92.19% from 255) = 37.12%

 GREEN value IS 165 (64.84% from 255) = 26.07%

 BLUE value IS 233 (91.41% from 255) = 36.81%

R = 37.12%
G = 26.07%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBA5E9 (or 0xEBA5E9) is known color: Plum. HEX triplet: EB, A5 and E9. RGB value is (235,165,233). Sum of RGB (Red+Green+Blue) = 235+165+233=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5E9 is #145A16. Grayscale: #C1C1C1. Windows color (decimal): -1333783 or 15312363. OLE color: 15312363.

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

Color convert

RGB 235 165 233 -
CMYK 0 0.30 0.01 0.08
HSL 301.71º 0.64% 0.78% -
HSV(B) 301.71º 0.3% 0.92% -
XYZ 62.42 50.46 83.54 -
YUV 193.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 235 165 233 0 0.30 0.01 0.08 301.71 0.64 0.78
Hex EB A5 E9 0 1E 1 8 12E 40 4E
Octal 353 245 351 0 36 1 10 456 100 116
Binary 11101011 10100101 11101001 0 11110 1 1000 100101110 1000000 1001110

Color Harmonies of #EBA5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5E9

Black with #EBA5E9

Text Example


Text Example

White with #EBA5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5E9; }

 p { color: rgb(235,165,233); }

 H1.HeaderClassName
 {
   color: #EBA5E9;
 }
 .AnyTagClassName
 {
   color: #EBA5E9;
 }
</style>

background-color css

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

 a { background-color: rgb(235,165,233); }

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

border-color css

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

 span { border-color: rgb(235,165,233); }

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