Html Css Color HEX #EBAAEA Plum

📋 copy color: '#EBAAEA'

red 235 ◦ green 170 ◦ blue 234

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

Shades of Plum #EBAAEA

Tints of Plum #EBAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 36.78%
G = 26.6%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBAAEA (or 0xEBAAEA) is known color: Plum. HEX triplet: EB, AA and EA. RGB value is (235,170,234). Sum of RGB (Red+Green+Blue) = 235+170+234=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEA is #145515. Grayscale: #C4C4C4. Windows color (decimal): -1332502 or 15379179. OLE color: 15379179.

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

Color convert

RGB 235 170 234 -
CMYK 0 0.28 0.00 0.08
HSL 300.92º 0.62% 0.79% -
HSV(B) 300.92º 0.28% 0.92% -
XYZ 63.49 52.35 84.6 -
YUV 196.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 235 170 234 0 0.28 0.00 0.08 300.92 0.62 0.79
Hex EB AA EA 0 1C 0 8 12D 3E 4F
Octal 353 252 352 0 34 0 10 455 76 117
Binary 11101011 10101010 11101010 0 11100 0 1000 100101101 111110 1001111

Color Harmonies of #EBAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAEA

Black with #EBAAEA

Text Example


Text Example

White with #EBAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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