Html Css Color HEX #EAA6F1 Plum

📋 copy color: '#EAA6F1'

red 234 ◦ green 166 ◦ blue 241

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

Shades of Plum #EAA6F1

Tints of Plum #EAA6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 36.51%
G = 25.9%
B = 37.6%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAA6F1 (or 0xEAA6F1) is known color: Plum. HEX triplet: EA, A6 and F1. RGB value is (234,166,241). Sum of RGB (Red+Green+Blue) = 234+166+241=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6F1 is #15590E. Grayscale: #C2C2C2. Windows color (decimal): -1399055 or 15836906. OLE color: 15836906.

HSL color Cylindrical-coordinate representation of color #EAA6F1: hue angle of 294.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA6F1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 166 241 -
CMYK 0.03 0.31 0 0.05
HSL 294.4º 0.73% 0.8% -
HSV(B) 294.4º 0.31% 0.95% -
XYZ 63.45 51.12 89.74 -
YUV 194.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 234 166 241 0.03 0.31 0 0.05 294.4 0.73 0.8
Hex EA A6 F1 3 1F 0 5 126 49 50
Octal 352 246 361 3 37 0 5 446 111 120
Binary 11101010 10100110 11110001 11 11111 0 101 100100110 1001001 1010000

Color Harmonies of #EAA6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6F1

Black with #EAA6F1

Text Example


Text Example

White with #EAA6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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