Html Css Color HEX #EAA2E1 Plum

📋 copy color: '#EAA2E1'

red 234 ◦ green 162 ◦ blue 225

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

Shades of Plum #EAA2E1

Tints of Plum #EAA2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 37.68%
G = 26.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAA2E1 (or 0xEAA2E1) is known color: Plum. HEX triplet: EA, A2 and E1. RGB value is (234,162,225). Sum of RGB (Red+Green+Blue) = 234+162+225=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA2E1 is #155D1E. Grayscale: #BEBEBE. Windows color (decimal): -1400095 or 14787306. OLE color: 14787306.

HSL color Cylindrical-coordinate representation of color #EAA2E1: hue angle of 307.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA2E1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 162 225 -
CMYK 0 0.31 0.04 0.08
HSL 307.5º 0.63% 0.78% -
HSV(B) 307.5º 0.31% 0.92% -
XYZ 60.44 48.77 77.46 -
YUV 190.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 234 162 225 0 0.31 0.04 0.08 307.5 0.63 0.78
Hex EA A2 E1 0 1F 4 8 134 3F 4E
Octal 352 242 341 0 37 4 10 464 77 116
Binary 11101010 10100010 11100001 0 11111 100 1000 100110100 111111 1001110

Color Harmonies of #EAA2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2E1

Black with #EAA2E1

Text Example


Text Example

White with #EAA2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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