Html Css Color HEX #EAA6EF Plum

📋 copy color: '#EAA6EF'

red 234 ◦ green 166 ◦ blue 239

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

Shades of Plum #EAA6EF

Tints of Plum #EAA6EF

RGB

 RED value IS 234 (91.8% from 255) = 36.62%

 GREEN value IS 166 (65.23% from 255) = 25.98%

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

R = 36.62%
G = 25.98%
B = 37.4%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAA6EF (or 0xEAA6EF) is known color: Plum. HEX triplet: EA, A6 and EF. RGB value is (234,166,239). Sum of RGB (Red+Green+Blue) = 234+166+239=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 166 (65.23% from 255 or 25.98% 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 #EAA6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6EF is #155910. Grayscale: #C2C2C2. Windows color (decimal): -1399057 or 15705834. OLE color: 15705834.

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

Color convert

RGB 234 166 239 -
CMYK 0.02 0.31 0 0.06
HSL 295.89º 0.7% 0.79% -
HSV(B) 295.89º 0.31% 0.94% -
XYZ 63.15 51 88.18 -
YUV 194.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 234 166 239 0.02 0.31 0 0.06 295.89 0.7 0.79
Hex EA A6 EF 2 1F 0 6 128 46 4F
Octal 352 246 357 2 37 0 6 450 106 117
Binary 11101010 10100110 11101111 10 11111 0 110 100101000 1000110 1001111

Color Harmonies of #EAA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6EF

Black with #EAA6EF

Text Example


Text Example

White with #EAA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6EF; }

 p { color: rgb(234,166,239); }

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

background-color css

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

 a { background-color: rgb(234,166,239); }

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

border-color css

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

 span { border-color: rgb(234,166,239); }

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