Html Css Color HEX #EBA7EB Plum

📋 copy color: '#EBA7EB'

red 235 ◦ green 167 ◦ blue 235

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

Shades of Plum #EBA7EB

Tints of Plum #EBA7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 36.89%
G = 26.22%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBA7EB (or 0xEBA7EB) is known color: Plum. HEX triplet: EB, A7 and EB. RGB value is (235,167,235). Sum of RGB (Red+Green+Blue) = 235+167+235=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7EB is #145814. Grayscale: #C2C2C2. Windows color (decimal): -1333269 or 15443947. OLE color: 15443947.

HSL color Cylindrical-coordinate representation of color #EBA7EB: hue angle of 300º 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 #EBA7EB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 235 -
CMYK 0 0.29 0 0.08
HSL 300º 0.63% 0.79% -
HSV(B) 300º 0.29% 0.92% -
XYZ 63.08 51.3 85.17 -
YUV 195.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 235 167 235 0 0.29 0 0.08 300 0.63 0.79
Hex EB A7 EB 0 1D 0 8 12C 3F 4F
Octal 353 247 353 0 35 0 10 454 77 117
Binary 11101011 10100111 11101011 0 11101 0 1000 100101100 111111 1001111

Color Harmonies of #EBA7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7EB

Black with #EBA7EB

Text Example


Text Example

White with #EBA7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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