Html Css Color HEX #EAA2EC Plum

📋 copy color: '#EAA2EC'

red 234 ◦ green 162 ◦ blue 236

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

Shades of Plum #EAA2EC

Tints of Plum #EAA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.63%

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

R = 37.03%
G = 25.63%
B = 37.34%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAA2EC (or 0xEAA2EC) is known color: Plum. HEX triplet: EA, A2 and EC. RGB value is (234,162,236). Sum of RGB (Red+Green+Blue) = 234+162+236=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2EC is #155D13. Grayscale: #BFBFBF. Windows color (decimal): -1400084 or 15508202. OLE color: 15508202.

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

Color convert

RGB 234 162 236 -
CMYK 0.01 0.31 0 0.07
HSL 298.38º 0.66% 0.78% -
HSV(B) 298.38º 0.31% 0.93% -
XYZ 61.99 49.39 85.62 -
YUV 191.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 234 162 236 0.01 0.31 0 0.07 298.38 0.66 0.78
Hex EA A2 EC 1 1F 0 7 12A 42 4E
Octal 352 242 354 1 37 0 7 452 102 116
Binary 11101010 10100010 11101100 1 11111 0 111 100101010 1000010 1001110

Color Harmonies of #EAA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2EC

Black with #EAA2EC

Text Example


Text Example

White with #EAA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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