Html Css Color HEX #EBA0EC Plum

📋 copy color: '#EBA0EC'

red 235 ◦ green 160 ◦ blue 236

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

Shades of Plum #EBA0EC

Tints of Plum #EBA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.36%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 37.24%
G = 25.36%
B = 37.4%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA0EC (or 0xEBA0EC) is known color: Plum. HEX triplet: EB, A0 and EC. RGB value is (235,160,236). Sum of RGB (Red+Green+Blue) = 235+160+236=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0EC is #145F13. Grayscale: #BEBEBE. Windows color (decimal): -1335060 or 15507691. OLE color: 15507691.

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

Color convert

RGB 235 160 236 -
CMYK 0.00 0.32 0 0.07
HSL 299.21º 0.67% 0.78% -
HSV(B) 299.21º 0.32% 0.93% -
XYZ 61.97 48.86 85.52 -
YUV 191.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 235 160 236 0.00 0.32 0 0.07 299.21 0.67 0.78
Hex EB A0 EC 0 20 0 7 12B 43 4E
Octal 353 240 354 0 40 0 7 453 103 116
Binary 11101011 10100000 11101100 0 100000 0 111 100101011 1000011 1001110

Color Harmonies of #EBA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0EC

Black with #EBA0EC

Text Example


Text Example

White with #EBA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0EC; }

 p { color: rgb(235,160,236); }

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

background-color css

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

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

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

border-color css

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

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

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