Html Css Color HEX #EBAAF0 Plum

📋 copy color: '#EBAAF0'

red 235 ◦ green 170 ◦ blue 240

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

Shades of Plum #EBAAF0

Tints of Plum #EBAAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 36.43%
G = 26.36%
B = 37.21%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBAAF0 (or 0xEBAAF0) is known color: Plum. HEX triplet: EB, AA and F0. RGB value is (235,170,240). Sum of RGB (Red+Green+Blue) = 235+170+240=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF0 is #14550F. Grayscale: #C5C5C5. Windows color (decimal): -1332496 or 15772395. OLE color: 15772395.

HSL color Cylindrical-coordinate representation of color #EBAAF0: hue angle of 295.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAAF0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 170 240 -
CMYK 0.02 0.29 0 0.06
HSL 295.71º 0.7% 0.8% -
HSV(B) 295.71º 0.29% 0.94% -
XYZ 64.36 52.7 89.22 -
YUV 197.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 235 170 240 0.02 0.29 0 0.06 295.71 0.7 0.8
Hex EB AA F0 2 1D 0 6 128 46 50
Octal 353 252 360 2 35 0 6 450 106 120
Binary 11101011 10101010 11110000 10 11101 0 110 100101000 1000110 1010000

Color Harmonies of #EBAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAF0

Black with #EBAAF0

Text Example


Text Example

White with #EBAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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