Html Css Color HEX #EBA6EE Plum

📋 copy color: '#EBA6EE'

red 235 ◦ green 166 ◦ blue 238

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

Shades of Plum #EBA6EE

Tints of Plum #EBA6EE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

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

R = 36.78%
G = 25.98%
B = 37.25%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA6EE (or 0xEBA6EE) is known color: Plum. HEX triplet: EB, A6 and EE. RGB value is (235,166,238). Sum of RGB (Red+Green+Blue) = 235+166+238=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6EE is #145911. Grayscale: #C2C2C2. Windows color (decimal): -1333522 or 15640299. OLE color: 15640299.

HSL color Cylindrical-coordinate representation of color #EBA6EE: hue angle of 297.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA6EE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 166 238 -
CMYK 0.01 0.30 0 0.07
HSL 297.5º 0.68% 0.79% -
HSV(B) 297.5º 0.3% 0.93% -
XYZ 63.33 51.11 87.42 -
YUV 194.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 235 166 238 0.01 0.30 0 0.07 297.5 0.68 0.79
Hex EB A6 EE 1 1E 0 7 12A 44 4F
Octal 353 246 356 1 36 0 7 452 104 117
Binary 11101011 10100110 11101110 1 11110 0 111 100101010 1000100 1001111

Color Harmonies of #EBA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6EE

Black with #EBA6EE

Text Example


Text Example

White with #EBA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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