Html Css Color HEX #EBAAEF Plum

📋 copy color: '#EBAAEF'

red 235 ◦ green 170 ◦ blue 239

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

Shades of Plum #EBAAEF

Tints of Plum #EBAAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.11%

R = 36.49%
G = 26.4%
B = 37.11%

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

#EBAAEF (or 0xEBAAEF) is known color: Plum. HEX triplet: EB, AA and EF. RGB value is (235,170,239). Sum of RGB (Red+Green+Blue) = 235+170+239=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEF is #145510. Grayscale: #C5C5C5. Windows color (decimal): -1332497 or 15706859. OLE color: 15706859.

HSL color Cylindrical-coordinate representation of color #EBAAEF: hue angle of 296.52º degrees, saturation: 0.68, 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 #EBAAEF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 170 239 -
CMYK 0.02 0.29 0 0.06
HSL 296.52º 0.68% 0.8% -
HSV(B) 296.52º 0.29% 0.94% -
XYZ 64.22 52.64 88.44 -
YUV 197.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 235 170 239 0.02 0.29 0 0.06 296.52 0.68 0.8
Hex EB AA EF 2 1D 0 6 129 44 50
Octal 353 252 357 2 35 0 6 451 104 120
Binary 11101011 10101010 11101111 10 11101 0 110 100101001 1000100 1010000

Color Harmonies of #EBAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAEF

Black with #EBAAEF

Text Example


Text Example

White with #EBAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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