Html Css Color HEX #EBA6F1 Plum

📋 copy color: '#EBA6F1'

red 235 ◦ green 166 ◦ blue 241

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

Shades of Plum #EBA6F1

Tints of Plum #EBA6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.86%

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 36.6%
G = 25.86%
B = 37.54%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBA6F1 (or 0xEBA6F1) is known color: Plum. HEX triplet: EB, A6 and F1. RGB value is (235,166,241). Sum of RGB (Red+Green+Blue) = 235+166+241=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6F1 is #14590E. Grayscale: #C2C2C2. Windows color (decimal): -1333519 or 15836907. OLE color: 15836907.

HSL color Cylindrical-coordinate representation of color #EBA6F1: hue angle of 295.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA6F1 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 166 241 -
CMYK 0.02 0.31 0 0.05
HSL 295.2º 0.73% 0.8% -
HSV(B) 295.2º 0.31% 0.95% -
XYZ 63.77 51.29 89.76 -
YUV 195.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 235 166 241 0.02 0.31 0 0.05 295.2 0.73 0.8
Hex EB A6 F1 2 1F 0 5 127 49 50
Octal 353 246 361 2 37 0 5 447 111 120
Binary 11101011 10100110 11110001 10 11111 0 101 100100111 1001001 1010000

Color Harmonies of #EBA6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6F1

Black with #EBA6F1

Text Example


Text Example

White with #EBA6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6F1; }

 p { color: rgb(235,166,241); }

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

background-color css

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

 a { background-color: rgb(235,166,241); }

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

border-color css

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

 span { border-color: rgb(235,166,241); }

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