Html Css Color HEX #EBA5ED Plum

📋 copy color: '#EBA5ED'

red 235 ◦ green 165 ◦ blue 237

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

Shades of Plum #EBA5ED

Tints of Plum #EBA5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 36.89%
G = 25.9%
B = 37.21%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA5ED (or 0xEBA5ED) is known color: Plum. HEX triplet: EB, A5 and ED. RGB value is (235,165,237). Sum of RGB (Red+Green+Blue) = 235+165+237=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5ED is #145A12. Grayscale: #C1C1C1. Windows color (decimal): -1333779 or 15574507. OLE color: 15574507.

HSL color Cylindrical-coordinate representation of color #EBA5ED: hue angle of 298.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5ED is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 165 237 -
CMYK 0.01 0.30 0 0.07
HSL 298.33º 0.67% 0.79% -
HSV(B) 298.33º 0.3% 0.93% -
XYZ 63 50.69 86.58 -
YUV 194.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 235 165 237 0.01 0.30 0 0.07 298.33 0.67 0.79
Hex EB A5 ED 1 1E 0 7 12A 43 4F
Octal 353 245 355 1 36 0 7 452 103 117
Binary 11101011 10100101 11101101 1 11110 0 111 100101010 1000011 1001111

Color Harmonies of #EBA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5ED

Black with #EBA5ED

Text Example


Text Example

White with #EBA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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