Html Css Color HEX #EAA2EF Plum

📋 copy color: '#EAA2EF'

red 234 ◦ green 162 ◦ blue 239

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

Shades of Plum #EAA2EF

Tints of Plum #EAA2EF

RGB

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

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

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

R = 36.85%
G = 25.51%
B = 37.64%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAA2EF (or 0xEAA2EF) is known color: Plum. HEX triplet: EA, A2 and EF. RGB value is (234,162,239). Sum of RGB (Red+Green+Blue) = 234+162+239=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2EF is #155D10. Grayscale: #C0C0C0. Windows color (decimal): -1400081 or 15704810. OLE color: 15704810.

HSL color Cylindrical-coordinate representation of color #EAA2EF: hue angle of 296.1º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA2EF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 162 239 -
CMYK 0.02 0.32 0 0.06
HSL 296.1º 0.71% 0.79% -
HSV(B) 296.1º 0.32% 0.94% -
XYZ 62.43 49.57 87.94 -
YUV 192.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 234 162 239 0.02 0.32 0 0.06 296.1 0.71 0.79
Hex EA A2 EF 2 20 0 6 128 47 4F
Octal 352 242 357 2 40 0 6 450 107 117
Binary 11101010 10100010 11101111 10 100000 0 110 100101000 1000111 1001111

Color Harmonies of #EAA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2EF

Black with #EAA2EF

Text Example


Text Example

White with #EAA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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