Html Css Color HEX #EBA1EF Plum

📋 copy color: '#EBA1EF'

red 235 ◦ green 161 ◦ blue 239

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

Shades of Plum #EBA1EF

Tints of Plum #EBA1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.35%

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

R = 37.01%
G = 25.35%
B = 37.64%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBA1EF (or 0xEBA1EF) is known color: Plum. HEX triplet: EB, A1 and EF. RGB value is (235,161,239). Sum of RGB (Red+Green+Blue) = 235+161+239=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EF is #145E10. Grayscale: #BFBFBF. Windows color (decimal): -1334801 or 15704555. OLE color: 15704555.

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

Color convert

RGB 235 161 239 -
CMYK 0.02 0.33 0 0.06
HSL 296.92º 0.71% 0.78% -
HSV(B) 296.92º 0.33% 0.94% -
XYZ 62.59 49.38 87.89 -
YUV 192.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 235 161 239 0.02 0.33 0 0.06 296.92 0.71 0.78
Hex EB A1 EF 2 21 0 6 129 47 4E
Octal 353 241 357 2 41 0 6 451 107 116
Binary 11101011 10100001 11101111 10 100001 0 110 100101001 1000111 1001110

Color Harmonies of #EBA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1EF

Black with #EBA1EF

Text Example


Text Example

White with #EBA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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