Html Css Color HEX #EAA0EC Plum

📋 copy color: '#EAA0EC'

red 234 ◦ green 160 ◦ blue 236

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

Shades of Plum #EAA0EC

Tints of Plum #EAA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.4%

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

R = 37.14%
G = 25.4%
B = 37.46%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAA0EC (or 0xEAA0EC) is known color: Plum. HEX triplet: EA, A0 and EC. RGB value is (234,160,236). Sum of RGB (Red+Green+Blue) = 234+160+236=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0EC is #155F13. Grayscale: #BEBEBE. Windows color (decimal): -1400596 or 15507690. OLE color: 15507690.

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

Color convert

RGB 234 160 236 -
CMYK 0.01 0.32 0 0.07
HSL 298.42º 0.67% 0.78% -
HSV(B) 298.42º 0.32% 0.93% -
XYZ 61.64 48.69 85.51 -
YUV 190.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 234 160 236 0.01 0.32 0 0.07 298.42 0.67 0.78
Hex EA A0 EC 1 20 0 7 12A 43 4E
Octal 352 240 354 1 40 0 7 452 103 116
Binary 11101010 10100000 11101100 1 100000 0 111 100101010 1000011 1001110

Color Harmonies of #EAA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA0EC

Black with #EAA0EC

Text Example


Text Example

White with #EAA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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