Html Css Color HEX #EBAAEE Plum

📋 copy color: '#EBAAEE'

red 235 ◦ green 170 ◦ blue 238

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

Shades of Plum #EBAAEE

Tints of Plum #EBAAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.01%

R = 36.55%
G = 26.44%
B = 37.01%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBAAEE (or 0xEBAAEE) is known color: Plum. HEX triplet: EB, AA and EE. RGB value is (235,170,238). Sum of RGB (Red+Green+Blue) = 235+170+238=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEE is #145511. Grayscale: #C4C4C4. Windows color (decimal): -1332498 or 15641323. OLE color: 15641323.

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

Color convert

RGB 235 170 238 -
CMYK 0.01 0.29 0 0.07
HSL 297.35º 0.67% 0.8% -
HSV(B) 297.35º 0.29% 0.93% -
XYZ 64.07 52.58 87.66 -
YUV 197.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 235 170 238 0.01 0.29 0 0.07 297.35 0.67 0.8
Hex EB AA EE 1 1D 0 7 129 43 50
Octal 353 252 356 1 35 0 7 451 103 120
Binary 11101011 10101010 11101110 1 11101 0 111 100101001 1000011 1010000

Color Harmonies of #EBAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAEE

Black with #EBAAEE

Text Example


Text Example

White with #EBAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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