Html Css Color HEX #EAA1E1 Plum

📋 copy color: '#EAA1E1'

red 234 ◦ green 161 ◦ blue 225

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

Shades of Plum #EAA1E1

Tints of Plum #EAA1E1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.97%

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

R = 37.74%
G = 25.97%
B = 36.29%

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

#EAA1E1 (or 0xEAA1E1) is known color: Plum. HEX triplet: EA, A1 and E1. RGB value is (234,161,225). Sum of RGB (Red+Green+Blue) = 234+161+225=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1E1 is #155E1E. Grayscale: #BDBDBD. Windows color (decimal): -1400351 or 14787050. OLE color: 14787050.

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

Color convert

RGB 234 161 225 -
CMYK 0 0.31 0.04 0.08
HSL 307.4º 0.63% 0.77% -
HSV(B) 307.4º 0.31% 0.92% -
XYZ 60.27 48.42 77.4 -
YUV 190.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 234 161 225 0 0.31 0.04 0.08 307.4 0.63 0.77
Hex EA A1 E1 0 1F 4 8 133 3F 4D
Octal 352 241 341 0 37 4 10 463 77 115
Binary 11101010 10100001 11100001 0 11111 100 1000 100110011 111111 1001101

Color Harmonies of #EAA1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA1E1

Black with #EAA1E1

Text Example


Text Example

White with #EAA1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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