Html Css Color HEX #E6AAEE Plum

📋 copy color: '#E6AAEE'

red 230 ◦ green 170 ◦ blue 238

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

Shades of Plum #E6AAEE

Tints of Plum #E6AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 36.05%
G = 26.65%
B = 37.3%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6AAEE (or 0xE6AAEE) is known color: Plum. HEX triplet: E6, AA and EE. RGB value is (230,170,238). Sum of RGB (Red+Green+Blue) = 230+170+238=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAEE is #195511. Grayscale: #C3C3C3. Windows color (decimal): -1660178 or 15641318. OLE color: 15641318.

HSL color Cylindrical-coordinate representation of color #E6AAEE: hue angle of 292.94º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6AAEE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 170 238 -
CMYK 0.03 0.29 0 0.07
HSL 292.94º 0.67% 0.8% -
HSV(B) 292.94º 0.29% 0.93% -
XYZ 62.44 51.75 87.59 -
YUV 195.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 230 170 238 0.03 0.29 0 0.07 292.94 0.67 0.8
Hex E6 AA EE 3 1D 0 7 125 43 50
Octal 346 252 356 3 35 0 7 445 103 120
Binary 11100110 10101010 11101110 11 11101 0 111 100100101 1000011 1010000

Color Harmonies of #E6AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AAEE

Black with #E6AAEE

Text Example


Text Example

White with #E6AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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