Html Css Color HEX #EBA7ED Plum

📋 copy color: '#EBA7ED'

red 235 ◦ green 167 ◦ blue 237

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

Shades of Plum #EBA7ED

Tints of Plum #EBA7ED

RGB

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

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

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

R = 36.78%
G = 26.13%
B = 37.09%

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

#EBA7ED (or 0xEBA7ED) is known color: Plum. HEX triplet: EB, A7 and ED. RGB value is (235,167,237). Sum of RGB (Red+Green+Blue) = 235+167+237=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7ED is #145812. Grayscale: #C3C3C3. Windows color (decimal): -1333267 or 15575019. OLE color: 15575019.

HSL color Cylindrical-coordinate representation of color #EBA7ED: hue angle of 298.29º 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 #EBA7ED is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 167 237 -
CMYK 0.01 0.30 0 0.07
HSL 298.29º 0.66% 0.79% -
HSV(B) 298.29º 0.3% 0.93% -
XYZ 63.37 51.41 86.7 -
YUV 195.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 235 167 237 0.01 0.30 0 0.07 298.29 0.66 0.79
Hex EB A7 ED 1 1E 0 7 12A 42 4F
Octal 353 247 355 1 36 0 7 452 102 117
Binary 11101011 10100111 11101101 1 11110 0 111 100101010 1000010 1001111

Color Harmonies of #EBA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7ED

Black with #EBA7ED

Text Example


Text Example

White with #EBA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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