Html Css Color HEX #EBA3EE Plum

📋 copy color: '#EBA3EE'

red 235 ◦ green 163 ◦ blue 238

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

Shades of Plum #EBA3EE

Tints of Plum #EBA3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.63%

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

R = 36.95%
G = 25.63%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA3EE (or 0xEBA3EE) is known color: Plum. HEX triplet: EB, A3 and EE. RGB value is (235,163,238). Sum of RGB (Red+Green+Blue) = 235+163+238=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EE is #145C11. Grayscale: #C0C0C0. Windows color (decimal): -1334290 or 15639531. OLE color: 15639531.

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

Color convert

RGB 235 163 238 -
CMYK 0.01 0.32 0 0.07
HSL 297.6º 0.69% 0.79% -
HSV(B) 297.6º 0.32% 0.93% -
XYZ 62.79 50.03 87.24 -
YUV 193.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 235 163 238 0.01 0.32 0 0.07 297.6 0.69 0.79
Hex EB A3 EE 1 20 0 7 12A 45 4F
Octal 353 243 356 1 40 0 7 452 105 117
Binary 11101011 10100011 11101110 1 100000 0 111 100101010 1000101 1001111

Color Harmonies of #EBA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3EE

Black with #EBA3EE

Text Example


Text Example

White with #EBA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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