Html Css Color HEX #EAA2EE Plum

📋 copy color: '#EAA2EE'

red 234 ◦ green 162 ◦ blue 238

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

Shades of Plum #EAA2EE

Tints of Plum #EAA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 36.91%
G = 25.55%
B = 37.54%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAA2EE (or 0xEAA2EE) is known color: Plum. HEX triplet: EA, A2 and EE. RGB value is (234,162,238). Sum of RGB (Red+Green+Blue) = 234+162+238=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2EE is #155D11. Grayscale: #BFBFBF. Windows color (decimal): -1400082 or 15639274. OLE color: 15639274.

HSL color Cylindrical-coordinate representation of color #EAA2EE: hue angle of 296.84º degrees, saturation: 0.69, 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 #EAA2EE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 162 238 -
CMYK 0.02 0.32 0 0.07
HSL 296.84º 0.69% 0.78% -
HSV(B) 296.84º 0.32% 0.93% -
XYZ 62.28 49.51 87.16 -
YUV 192.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 234 162 238 0.02 0.32 0 0.07 296.84 0.69 0.78
Hex EA A2 EE 2 20 0 7 129 45 4E
Octal 352 242 356 2 40 0 7 451 105 116
Binary 11101010 10100010 11101110 10 100000 0 111 100101001 1000101 1001110

Color Harmonies of #EAA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2EE

Black with #EAA2EE

Text Example


Text Example

White with #EAA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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