Html Css Color HEX #EBA9E5 Plum

📋 copy color: '#EBA9E5'

red 235 ◦ green 169 ◦ blue 229

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

Shades of Plum #EBA9E5

Tints of Plum #EBA9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.7%

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 37.12%
G = 26.7%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBA9E5 (or 0xEBA9E5) is known color: Plum. HEX triplet: EB, A9 and E5. RGB value is (235,169,229). Sum of RGB (Red+Green+Blue) = 235+169+229=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E5 is #14561A. Grayscale: #C3C3C3. Windows color (decimal): -1332763 or 15051243. OLE color: 15051243.

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

Color convert

RGB 235 169 229 -
CMYK 0 0.28 0.03 0.08
HSL 305.45º 0.62% 0.79% -
HSV(B) 305.45º 0.28% 0.92% -
XYZ 62.59 51.7 80.81 -
YUV 195.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 235 169 229 0 0.28 0.03 0.08 305.45 0.62 0.79
Hex EB A9 E5 0 1C 3 8 131 3E 4F
Octal 353 251 345 0 34 3 10 461 76 117
Binary 11101011 10101001 11100101 0 11100 11 1000 100110001 111110 1001111

Color Harmonies of #EBA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9E5

Black with #EBA9E5

Text Example


Text Example

White with #EBA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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