Html Css Color HEX #EBAAE8 Plum

📋 copy color: '#EBAAE8'

red 235 ◦ green 170 ◦ blue 232

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

Shades of Plum #EBAAE8

Tints of Plum #EBAAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.42%

R = 36.89%
G = 26.69%
B = 36.42%

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

#EBAAE8 (or 0xEBAAE8) is known color: Plum. HEX triplet: EB, AA and E8. RGB value is (235,170,232). Sum of RGB (Red+Green+Blue) = 235+170+232=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAE8 is #145517. Grayscale: #C4C4C4. Windows color (decimal): -1332504 or 15248107. OLE color: 15248107.

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

Color convert

RGB 235 170 232 -
CMYK 0 0.28 0.01 0.08
HSL 302.77º 0.62% 0.79% -
HSV(B) 302.77º 0.28% 0.92% -
XYZ 63.2 52.24 83.1 -
YUV 196.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 235 170 232 0 0.28 0.01 0.08 302.77 0.62 0.79
Hex EB AA E8 0 1C 1 8 12F 3E 4F
Octal 353 252 350 0 34 1 10 457 76 117
Binary 11101011 10101010 11101000 0 11100 1 1000 100101111 111110 1001111

Color Harmonies of #EBAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAE8

Black with #EBAAE8

Text Example


Text Example

White with #EBAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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