Html Css Color HEX #EBAAE9 Plum

📋 copy color: '#EBAAE9'

red 235 ◦ green 170 ◦ blue 233

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

Shades of Plum #EBAAE9

Tints of Plum #EBAAE9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.65%

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

R = 36.83%
G = 26.65%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBAAE9 (or 0xEBAAE9) is known color: Plum. HEX triplet: EB, AA and E9. RGB value is (235,170,233). Sum of RGB (Red+Green+Blue) = 235+170+233=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAE9 is #145516. Grayscale: #C4C4C4. Windows color (decimal): -1332503 or 15313643. OLE color: 15313643.

HSL color Cylindrical-coordinate representation of color #EBAAE9: hue angle of 301.85º 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 #EBAAE9 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 233 -
CMYK 0 0.28 0.01 0.08
HSL 301.85º 0.62% 0.79% -
HSV(B) 301.85º 0.28% 0.92% -
XYZ 63.34 52.29 83.85 -
YUV 196.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 235 170 233 0 0.28 0.01 0.08 301.85 0.62 0.79
Hex EB AA E9 0 1C 1 8 12E 3E 4F
Octal 353 252 351 0 34 1 10 456 76 117
Binary 11101011 10101010 11101001 0 11100 1 1000 100101110 111110 1001111

Color Harmonies of #EBAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAE9

Black with #EBAAE9

Text Example


Text Example

White with #EBAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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