Html Css Color HEX #E6A9EF Plum

📋 copy color: '#E6A9EF'

red 230 ◦ green 169 ◦ blue 239

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

Shades of Plum #E6A9EF

Tints of Plum #E6A9EF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.49%

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

R = 36.05%
G = 26.49%
B = 37.46%

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

#E6A9EF (or 0xE6A9EF) is known color: Plum. HEX triplet: E6, A9 and EF. RGB value is (230,169,239). Sum of RGB (Red+Green+Blue) = 230+169+239=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6A9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A9EF is #195610. Grayscale: #C2C2C2. Windows color (decimal): -1660433 or 15706598. OLE color: 15706598.

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

Color convert

RGB 230 169 239 -
CMYK 0.04 0.29 0 0.06
HSL 292.29º 0.69% 0.8% -
HSV(B) 292.29º 0.29% 0.94% -
XYZ 62.4 51.43 88.3 -
YUV 195.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 230 169 239 0.04 0.29 0 0.06 292.29 0.69 0.8
Hex E6 A9 EF 4 1D 0 6 124 45 50
Octal 346 251 357 4 35 0 6 444 105 120
Binary 11100110 10101001 11101111 100 11101 0 110 100100100 1000101 1010000

Color Harmonies of #E6A9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A9EF

Black with #E6A9EF

Text Example


Text Example

White with #E6A9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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