Html Css Color HEX #EBAAE4 Plum

📋 copy color: '#EBAAE4'

red 235 ◦ green 170 ◦ blue 228

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

Shades of Plum #EBAAE4

Tints of Plum #EBAAE4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.86%

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

R = 37.12%
G = 26.86%
B = 36.02%

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

#EBAAE4 (or 0xEBAAE4) is known color: Plum. HEX triplet: EB, AA and E4. RGB value is (235,170,228). Sum of RGB (Red+Green+Blue) = 235+170+228=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE4 is #14551B. Grayscale: #C3C3C3. Windows color (decimal): -1332508 or 14985963. OLE color: 14985963.

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

Color convert

RGB 235 170 228 -
CMYK 0 0.28 0.03 0.08
HSL 306.46º 0.62% 0.79% -
HSV(B) 306.46º 0.28% 0.92% -
XYZ 62.64 52.01 80.14 -
YUV 196.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 235 170 228 0 0.28 0.03 0.08 306.46 0.62 0.79
Hex EB AA E4 0 1C 3 8 132 3E 4F
Octal 353 252 344 0 34 3 10 462 76 117
Binary 11101011 10101010 11100100 0 11100 11 1000 100110010 111110 1001111

Color Harmonies of #EBAAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAE4

Black with #EBAAE4

Text Example


Text Example

White with #EBAAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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