Html Css Color HEX #EBA6ED Plum

📋 copy color: '#EBA6ED'

red 235 ◦ green 166 ◦ blue 237

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

Shades of Plum #EBA6ED

Tints of Plum #EBA6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 36.83%
G = 26.02%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBA6ED (or 0xEBA6ED) is known color: Plum. HEX triplet: EB, A6 and ED. RGB value is (235,166,237). Sum of RGB (Red+Green+Blue) = 235+166+237=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6ED is #145912. Grayscale: #C2C2C2. Windows color (decimal): -1333523 or 15574763. OLE color: 15574763.

HSL color Cylindrical-coordinate representation of color #EBA6ED: hue angle of 298.31º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA6ED is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 166 237 -
CMYK 0.01 0.30 0 0.07
HSL 298.31º 0.66% 0.79% -
HSV(B) 298.31º 0.3% 0.93% -
XYZ 63.18 51.05 86.64 -
YUV 194.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 235 166 237 0.01 0.30 0 0.07 298.31 0.66 0.79
Hex EB A6 ED 1 1E 0 7 12A 42 4F
Octal 353 246 355 1 36 0 7 452 102 117
Binary 11101011 10100110 11101101 1 11110 0 111 100101010 1000010 1001111

Color Harmonies of #EBA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6ED

Black with #EBA6ED

Text Example


Text Example

White with #EBA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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