Html Css Color HEX #EBA9E4 Plum

📋 copy color: '#EBA9E4'

red 235 ◦ green 169 ◦ blue 228

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

Shades of Plum #EBA9E4

Tints of Plum #EBA9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.08%

R = 37.18%
G = 26.74%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBA9E4 (or 0xEBA9E4) is known color: Plum. HEX triplet: EB, A9 and E4. RGB value is (235,169,228). Sum of RGB (Red+Green+Blue) = 235+169+228=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E4 is #14561B. Grayscale: #C3C3C3. Windows color (decimal): -1332764 or 14985707. OLE color: 14985707.

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

Color convert

RGB 235 169 228 -
CMYK 0 0.28 0.03 0.08
HSL 306.36º 0.62% 0.79% -
HSV(B) 306.36º 0.28% 0.92% -
XYZ 62.45 51.64 80.07 -
YUV 195.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 235 169 228 0 0.28 0.03 0.08 306.36 0.62 0.79
Hex EB A9 E4 0 1C 3 8 132 3E 4F
Octal 353 251 344 0 34 3 10 462 76 117
Binary 11101011 10101001 11100100 0 11100 11 1000 100110010 111110 1001111

Color Harmonies of #EBA9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9E4

Black with #EBA9E4

Text Example


Text Example

White with #EBA9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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