Html Css Color HEX #EAA7EC Plum

📋 copy color: '#EAA7EC'

red 234 ◦ green 167 ◦ blue 236

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

Shades of Plum #EAA7EC

Tints of Plum #EAA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.22%

 BLUE value IS 236 (92.58% from 255) = 37.05%

R = 36.73%
G = 26.22%
B = 37.05%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAA7EC (or 0xEAA7EC) is known color: Plum. HEX triplet: EA, A7 and EC. RGB value is (234,167,236). Sum of RGB (Red+Green+Blue) = 234+167+236=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7EC is #155813. Grayscale: #C2C2C2. Windows color (decimal): -1398804 or 15509482. OLE color: 15509482.

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

Color convert

RGB 234 167 236 -
CMYK 0.01 0.29 0 0.07
HSL 298.26º 0.64% 0.79% -
HSV(B) 298.26º 0.29% 0.93% -
XYZ 62.89 51.19 85.92 -
YUV 194.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 234 167 236 0.01 0.29 0 0.07 298.26 0.64 0.79
Hex EA A7 EC 1 1D 0 7 12A 40 4F
Octal 352 247 354 1 35 0 7 452 100 117
Binary 11101010 10100111 11101100 1 11101 0 111 100101010 1000000 1001111

Color Harmonies of #EAA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7EC

Black with #EAA7EC

Text Example


Text Example

White with #EAA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7EC; }

 p { color: rgb(234,167,236); }

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

background-color css

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

 a { background-color: rgb(234,167,236); }

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

border-color css

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

 span { border-color: rgb(234,167,236); }

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