Html Css Color HEX #EBA4E9 Plum

📋 copy color: '#EBA4E9'

red 235 ◦ green 164 ◦ blue 233

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

Shades of Plum #EBA4E9

Tints of Plum #EBA4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 37.18%
G = 25.95%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBA4E9 (or 0xEBA4E9) is known color: Plum. HEX triplet: EB, A4 and E9. RGB value is (235,164,233). Sum of RGB (Red+Green+Blue) = 235+164+233=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 164 (64.45% from 255 or 25.95% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4E9 is #145B16. Grayscale: #C0C0C0. Windows color (decimal): -1334039 or 15312107. OLE color: 15312107.

HSL color Cylindrical-coordinate representation of color #EBA4E9: hue angle of 301.69º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4E9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 233 -
CMYK 0 0.30 0.01 0.08
HSL 301.69º 0.64% 0.78% -
HSV(B) 301.69º 0.3% 0.92% -
XYZ 62.24 50.1 83.48 -
YUV 193.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 235 164 233 0 0.30 0.01 0.08 301.69 0.64 0.78
Hex EB A4 E9 0 1E 1 8 12E 40 4E
Octal 353 244 351 0 36 1 10 456 100 116
Binary 11101011 10100100 11101001 0 11110 1 1000 100101110 1000000 1001110

Color Harmonies of #EBA4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4E9

Black with #EBA4E9

Text Example


Text Example

White with #EBA4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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