Html Css Color HEX #EBA4EF Plum

📋 copy color: '#EBA4EF'

red 235 ◦ green 164 ◦ blue 239

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

Shades of Plum #EBA4EF

Tints of Plum #EBA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.71%

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

R = 36.83%
G = 25.71%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBA4EF (or 0xEBA4EF) is known color: Plum. HEX triplet: EB, A4 and EF. RGB value is (235,164,239). Sum of RGB (Red+Green+Blue) = 235+164+239=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4EF is #145B10. Grayscale: #C1C1C1. Windows color (decimal): -1334033 or 15705323. OLE color: 15705323.

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

Color convert

RGB 235 164 239 -
CMYK 0.02 0.31 0 0.06
HSL 296.8º 0.7% 0.79% -
HSV(B) 296.8º 0.31% 0.94% -
XYZ 63.12 50.45 88.07 -
YUV 193.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 235 164 239 0.02 0.31 0 0.06 296.8 0.7 0.79
Hex EB A4 EF 2 1F 0 6 129 46 4F
Octal 353 244 357 2 37 0 6 451 106 117
Binary 11101011 10100100 11101111 10 11111 0 110 100101001 1000110 1001111

Color Harmonies of #EBA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4EF

Black with #EBA4EF

Text Example


Text Example

White with #EBA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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