Html Css Color HEX #EAA4E0 Plum

📋 copy color: '#EAA4E0'

red 234 ◦ green 164 ◦ blue 224

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

Shades of Plum #EAA4E0

Tints of Plum #EAA4E0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.37%

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 37.62%
G = 26.37%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAA4E0 (or 0xEAA4E0) is known color: Plum. HEX triplet: EA, A4 and E0. RGB value is (234,164,224). Sum of RGB (Red+Green+Blue) = 234+164+224=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4E0 is #155B1F. Grayscale: #BFBFBF. Windows color (decimal): -1399584 or 14722282. OLE color: 14722282.

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

Color convert

RGB 234 164 224 -
CMYK 0 0.30 0.04 0.08
HSL 308.57º 0.63% 0.78% -
HSV(B) 308.57º 0.3% 0.92% -
XYZ 60.66 49.43 76.86 -
YUV 191.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 234 164 224 0 0.30 0.04 0.08 308.57 0.63 0.78
Hex EA A4 E0 0 1E 4 8 135 3E 4E
Octal 352 244 340 0 36 4 10 465 76 116
Binary 11101010 10100100 11100000 0 11110 100 1000 100110101 111110 1001110

Color Harmonies of #EAA4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA4E0

Black with #EAA4E0

Text Example


Text Example

White with #EAA4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA4E0; }

 p { color: rgb(234,164,224); }

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

background-color css

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

 a { background-color: rgb(234,164,224); }

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

border-color css

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

 span { border-color: rgb(234,164,224); }

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