Html Css Color HEX #EBAAF2 Plum

📋 copy color: '#EBAAF2'

red 235 ◦ green 170 ◦ blue 242

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

Shades of Plum #EBAAF2

Tints of Plum #EBAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 36.32%
G = 26.28%
B = 37.4%

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

#EBAAF2 (or 0xEBAAF2) is known color: Plum. HEX triplet: EB, AA and F2. RGB value is (235,170,242). Sum of RGB (Red+Green+Blue) = 235+170+242=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF2 is #14550D. Grayscale: #C5C5C5. Windows color (decimal): -1332494 or 15903467. OLE color: 15903467.

HSL color Cylindrical-coordinate representation of color #EBAAF2: hue angle of 294.17º degrees, saturation: 0.73, 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 #EBAAF2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 170 242 -
CMYK 0.03 0.30 0 0.05
HSL 294.17º 0.73% 0.81% -
HSV(B) 294.17º 0.3% 0.95% -
XYZ 64.66 52.82 90.79 -
YUV 197.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 235 170 242 0.03 0.30 0 0.05 294.17 0.73 0.81
Hex EB AA F2 3 1E 0 5 126 49 51
Octal 353 252 362 3 36 0 5 446 111 121
Binary 11101011 10101010 11110010 11 11110 0 101 100100110 1001001 1010001

Color Harmonies of #EBAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAF2

Black with #EBAAF2

Text Example


Text Example

White with #EBAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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