Html Css Color HEX #EBA8EF Plum

📋 copy color: '#EBA8EF'

red 235 ◦ green 168 ◦ blue 239

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

Shades of Plum #EBA8EF

Tints of Plum #EBA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.17%

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

R = 36.6%
G = 26.17%
B = 37.23%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBA8EF (or 0xEBA8EF) is known color: Plum. HEX triplet: EB, A8 and EF. RGB value is (235,168,239). Sum of RGB (Red+Green+Blue) = 235+168+239=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8EF is #145710. Grayscale: #C3C3C3. Windows color (decimal): -1333009 or 15706347. OLE color: 15706347.

HSL color Cylindrical-coordinate representation of color #EBA8EF: hue angle of 296.62º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA8EF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 168 239 -
CMYK 0.02 0.30 0 0.06
HSL 296.62º 0.69% 0.8% -
HSV(B) 296.62º 0.3% 0.94% -
XYZ 63.84 51.9 88.31 -
YUV 196.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 235 168 239 0.02 0.30 0 0.06 296.62 0.69 0.8
Hex EB A8 EF 2 1E 0 6 129 45 50
Octal 353 250 357 2 36 0 6 451 105 120
Binary 11101011 10101000 11101111 10 11110 0 110 100101001 1000101 1010000

Color Harmonies of #EBA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8EF

Black with #EBA8EF

Text Example


Text Example

White with #EBA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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