Html Css Color HEX #EBAAEB Plum

📋 copy color: '#EBAAEB'

red 235 ◦ green 170 ◦ blue 235

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

Shades of Plum #EBAAEB

Tints of Plum #EBAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.72%

R = 36.72%
G = 26.56%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBAAEB (or 0xEBAAEB) is known color: Plum. HEX triplet: EB, AA and EB. RGB value is (235,170,235). Sum of RGB (Red+Green+Blue) = 235+170+235=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEB is #145514. Grayscale: #C4C4C4. Windows color (decimal): -1332501 or 15444715. OLE color: 15444715.

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

Color convert

RGB 235 170 235 -
CMYK 0 0.28 0 0.08
HSL 300º 0.62% 0.79% -
HSV(B) 300º 0.28% 0.92% -
XYZ 63.63 52.41 85.36 -
YUV 196.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 235 170 235 0 0.28 0 0.08 300 0.62 0.79
Hex EB AA EB 0 1C 0 8 12C 3E 4F
Octal 353 252 353 0 34 0 10 454 76 117
Binary 11101011 10101010 11101011 0 11100 0 1000 100101100 111110 1001111

Color Harmonies of #EBAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAEB

Black with #EBAAEB

Text Example


Text Example

White with #EBAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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