Html Css Color HEX #EBA3EF Plum

📋 copy color: '#EBA3EF'

red 235 ◦ green 163 ◦ blue 239

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

Shades of Plum #EBA3EF

Tints of Plum #EBA3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 36.89%
G = 25.59%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBA3EF (or 0xEBA3EF) is known color: Plum. HEX triplet: EB, A3 and EF. RGB value is (235,163,239). Sum of RGB (Red+Green+Blue) = 235+163+239=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA3EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EF is #145C10. Grayscale: #C0C0C0. Windows color (decimal): -1334289 or 15705067. OLE color: 15705067.

HSL color Cylindrical-coordinate representation of color #EBA3EF: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA3EF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 163 239 -
CMYK 0.02 0.32 0 0.06
HSL 296.84º 0.7% 0.79% -
HSV(B) 296.84º 0.32% 0.94% -
XYZ 62.94 50.09 88.01 -
YUV 193.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 235 163 239 0.02 0.32 0 0.06 296.84 0.7 0.79
Hex EB A3 EF 2 20 0 6 129 46 4F
Octal 353 243 357 2 40 0 6 451 106 117
Binary 11101011 10100011 11101111 10 100000 0 110 100101001 1000110 1001111

Color Harmonies of #EBA3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3EF

Black with #EBA3EF

Text Example


Text Example

White with #EBA3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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