Html Css Color HEX #EAA8EC Plum

📋 copy color: '#EAA8EC'

red 234 ◦ green 168 ◦ blue 236

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

Shades of Plum #EAA8EC

Tints of Plum #EAA8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.33%

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

R = 36.68%
G = 26.33%
B = 36.99%

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

#EAA8EC (or 0xEAA8EC) is known color: Plum. HEX triplet: EA, A8 and EC. RGB value is (234,168,236). Sum of RGB (Red+Green+Blue) = 234+168+236=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8EC is #155713. Grayscale: #C3C3C3. Windows color (decimal): -1398548 or 15509738. OLE color: 15509738.

HSL color Cylindrical-coordinate representation of color #EAA8EC: hue angle of 298.24º 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 #EAA8EC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 168 236 -
CMYK 0.01 0.29 0 0.07
HSL 298.24º 0.64% 0.79% -
HSV(B) 298.24º 0.29% 0.93% -
XYZ 63.07 51.55 85.98 -
YUV 195.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 234 168 236 0.01 0.29 0 0.07 298.24 0.64 0.79
Hex EA A8 EC 1 1D 0 7 12A 40 4F
Octal 352 250 354 1 35 0 7 452 100 117
Binary 11101010 10101000 11101100 1 11101 0 111 100101010 1000000 1001111

Color Harmonies of #EAA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA8EC

Black with #EAA8EC

Text Example


Text Example

White with #EAA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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