Html Css Color HEX #EBA9E9 Plum

📋 copy color: '#EBA9E9'

red 235 ◦ green 169 ◦ blue 233

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

Shades of Plum #EBA9E9

Tints of Plum #EBA9E9

RGB

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

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

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

R = 36.89%
G = 26.53%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBA9E9 (or 0xEBA9E9) is known color: Plum. HEX triplet: EB, A9 and E9. RGB value is (235,169,233). Sum of RGB (Red+Green+Blue) = 235+169+233=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9E9 is #145616. Grayscale: #C3C3C3. Windows color (decimal): -1332759 or 15313387. OLE color: 15313387.

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

Color convert

RGB 235 169 233 -
CMYK 0 0.28 0.01 0.08
HSL 301.82º 0.62% 0.79% -
HSV(B) 301.82º 0.28% 0.92% -
XYZ 63.16 51.92 83.78 -
YUV 196.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 235 169 233 0 0.28 0.01 0.08 301.82 0.62 0.79
Hex EB A9 E9 0 1C 1 8 12E 3E 4F
Octal 353 251 351 0 34 1 10 456 76 117
Binary 11101011 10101001 11101001 0 11100 1 1000 100101110 111110 1001111

Color Harmonies of #EBA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9E9

Black with #EBA9E9

Text Example


Text Example

White with #EBA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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