Html Css Color HEX #EAA4EF Plum

📋 copy color: '#EAA4EF'

red 234 ◦ green 164 ◦ blue 239

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

Shades of Plum #EAA4EF

Tints of Plum #EAA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.75%

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

R = 36.73%
G = 25.75%
B = 37.52%

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

#EAA4EF (or 0xEAA4EF) is known color: Plum. HEX triplet: EA, A4 and EF. RGB value is (234,164,239). Sum of RGB (Red+Green+Blue) = 234+164+239=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4EF is #155B10. Grayscale: #C1C1C1. Windows color (decimal): -1399569 or 15705322. OLE color: 15705322.

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

Color convert

RGB 234 164 239 -
CMYK 0.02 0.31 0 0.06
HSL 296º 0.7% 0.79% -
HSV(B) 296º 0.31% 0.94% -
XYZ 62.79 50.28 88.06 -
YUV 193.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 234 164 239 0.02 0.31 0 0.06 296 0.7 0.79
Hex EA A4 EF 2 1F 0 6 128 46 4F
Octal 352 244 357 2 37 0 6 450 106 117
Binary 11101010 10100100 11101111 10 11111 0 110 100101000 1000110 1001111

Color Harmonies of #EAA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA4EF

Black with #EAA4EF

Text Example


Text Example

White with #EAA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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