Html Css Color HEX #EBA9EB Plum

📋 copy color: '#EBA9EB'

red 235 ◦ green 169 ◦ blue 235

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

Shades of Plum #EBA9EB

Tints of Plum #EBA9EB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.45%

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

R = 36.78%
G = 26.45%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBA9EB (or 0xEBA9EB) is known color: Plum. HEX triplet: EB, A9 and EB. RGB value is (235,169,235). Sum of RGB (Red+Green+Blue) = 235+169+235=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9EB is #145614. Grayscale: #C4C4C4. Windows color (decimal): -1332757 or 15444459. OLE color: 15444459.

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

Color convert

RGB 235 169 235 -
CMYK 0 0.28 0 0.08
HSL 300º 0.62% 0.79% -
HSV(B) 300º 0.28% 0.92% -
XYZ 63.44 52.04 85.3 -
YUV 196.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 235 169 235 0 0.28 0 0.08 300 0.62 0.79
Hex EB A9 EB 0 1C 0 8 12C 3E 4F
Octal 353 251 353 0 34 0 10 454 76 117
Binary 11101011 10101001 11101011 0 11100 0 1000 100101100 111110 1001111

Color Harmonies of #EBA9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9EB

Black with #EBA9EB

Text Example


Text Example

White with #EBA9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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