Html Css Color HEX #EBA7E9 Plum

📋 copy color: '#EBA7E9'

red 235 ◦ green 167 ◦ blue 233

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

Shades of Plum #EBA7E9

Tints of Plum #EBA7E9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.3%

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

R = 37.01%
G = 26.3%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBA7E9 (or 0xEBA7E9) is known color: Plum. HEX triplet: EB, A7 and E9. RGB value is (235,167,233). Sum of RGB (Red+Green+Blue) = 235+167+233=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7E9 is #145816. Grayscale: #C2C2C2. Windows color (decimal): -1333271 or 15312875. OLE color: 15312875.

HSL color Cylindrical-coordinate representation of color #EBA7E9: hue angle of 301.76º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7E9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 233 -
CMYK 0 0.29 0.01 0.08
HSL 301.76º 0.63% 0.79% -
HSV(B) 301.76º 0.29% 0.92% -
XYZ 62.79 51.18 83.66 -
YUV 194.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 235 167 233 0 0.29 0.01 0.08 301.76 0.63 0.79
Hex EB A7 E9 0 1D 1 8 12E 3F 4F
Octal 353 247 351 0 35 1 10 456 77 117
Binary 11101011 10100111 11101001 0 11101 1 1000 100101110 111111 1001111

Color Harmonies of #EBA7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7E9

Black with #EBA7E9

Text Example


Text Example

White with #EBA7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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