Html Css Color HEX #E6AAEF Plum

📋 copy color: '#E6AAEF'

red 230 ◦ green 170 ◦ blue 239

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

Shades of Plum #E6AAEF

Tints of Plum #E6AAEF

RGB

 RED value IS 230 (90.23% from 255) = 35.99%

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

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

R = 35.99%
G = 26.6%
B = 37.4%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6AAEF (or 0xE6AAEF) is known color: Plum. HEX triplet: E6, AA and EF. RGB value is (230,170,239). Sum of RGB (Red+Green+Blue) = 230+170+239=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6AAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAEF is #195510. Grayscale: #C3C3C3. Windows color (decimal): -1660177 or 15706854. OLE color: 15706854.

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

Color convert

RGB 230 170 239 -
CMYK 0.04 0.29 0 0.06
HSL 292.17º 0.68% 0.8% -
HSV(B) 292.17º 0.29% 0.94% -
XYZ 62.59 51.8 88.36 -
YUV 195.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 230 170 239 0.04 0.29 0 0.06 292.17 0.68 0.8
Hex E6 AA EF 4 1D 0 6 124 44 50
Octal 346 252 357 4 35 0 6 444 104 120
Binary 11100110 10101010 11101111 100 11101 0 110 100100100 1000100 1010000

Color Harmonies of #E6AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AAEF

Black with #E6AAEF

Text Example


Text Example

White with #E6AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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