Html Css Color HEX #EBA9E2 Plum

📋 copy color: '#EBA9E2'

red 235 ◦ green 169 ◦ blue 226

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

Shades of Plum #EBA9E2

Tints of Plum #EBA9E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.87%

R = 37.3%
G = 26.83%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBA9E2 (or 0xEBA9E2) is known color: Plum. HEX triplet: EB, A9 and E2. RGB value is (235,169,226). Sum of RGB (Red+Green+Blue) = 235+169+226=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E2 is #14561D. Grayscale: #C3C3C3. Windows color (decimal): -1332766 or 14854635. OLE color: 14854635.

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

Color convert

RGB 235 169 226 -
CMYK 0 0.28 0.04 0.08
HSL 308.18º 0.62% 0.79% -
HSV(B) 308.18º 0.28% 0.92% -
XYZ 62.18 51.53 78.62 -
YUV 195.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 235 169 226 0 0.28 0.04 0.08 308.18 0.62 0.79
Hex EB A9 E2 0 1C 4 8 134 3E 4F
Octal 353 251 342 0 34 4 10 464 76 117
Binary 11101011 10101001 11100010 0 11100 100 1000 100110100 111110 1001111

Color Harmonies of #EBA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9E2

Black with #EBA9E2

Text Example


Text Example

White with #EBA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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