Html Css Color HEX #EBAAF3 Plum

📋 copy color: '#EBAAF3'

red 235 ◦ green 170 ◦ blue 243

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

Shades of Plum #EBAAF3

Tints of Plum #EBAAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.5%

R = 36.27%
G = 26.23%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBAAF3 (or 0xEBAAF3) is known color: Plum. HEX triplet: EB, AA and F3. RGB value is (235,170,243). Sum of RGB (Red+Green+Blue) = 235+170+243=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF3 is #14550C. Grayscale: #C5C5C5. Windows color (decimal): -1332493 or 15969003. OLE color: 15969003.

HSL color Cylindrical-coordinate representation of color #EBAAF3: hue angle of 293.42º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAAF3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 170 243 -
CMYK 0.03 0.30 0 0.05
HSL 293.42º 0.75% 0.81% -
HSV(B) 293.42º 0.3% 0.95% -
XYZ 64.81 52.88 91.59 -
YUV 197.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 235 170 243 0.03 0.30 0 0.05 293.42 0.75 0.81
Hex EB AA F3 3 1E 0 5 125 4B 51
Octal 353 252 363 3 36 0 5 445 113 121
Binary 11101011 10101010 11110011 11 11110 0 101 100100101 1001011 1010001

Color Harmonies of #EBAAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAF3

Black with #EBAAF3

Text Example


Text Example

White with #EBAAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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