Html Css Color HEX #EAA6E5 Plum

📋 copy color: '#EAA6E5'

red 234 ◦ green 166 ◦ blue 229

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

Shades of Plum #EAA6E5

Tints of Plum #EAA6E5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.39%

 BLUE value IS 229 (89.84% from 255) = 36.41%

R = 37.2%
G = 26.39%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAA6E5 (or 0xEAA6E5) is known color: Plum. HEX triplet: EA, A6 and E5. RGB value is (234,166,229). Sum of RGB (Red+Green+Blue) = 234+166+229=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6E5 is #15591A. Grayscale: #C1C1C1. Windows color (decimal): -1399067 or 15050474. OLE color: 15050474.

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

Color convert

RGB 234 166 229 -
CMYK 0 0.29 0.02 0.08
HSL 304.41º 0.62% 0.78% -
HSV(B) 304.41º 0.29% 0.92% -
XYZ 61.71 50.42 80.61 -
YUV 193.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 234 166 229 0 0.29 0.02 0.08 304.41 0.62 0.78
Hex EA A6 E5 0 1D 2 8 130 3E 4E
Octal 352 246 345 0 35 2 10 460 76 116
Binary 11101010 10100110 11100101 0 11101 10 1000 100110000 111110 1001110

Color Harmonies of #EAA6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6E5

Black with #EAA6E5

Text Example


Text Example

White with #EAA6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6E5; }

 p { color: rgb(234,166,229); }

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

background-color css

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

 a { background-color: rgb(234,166,229); }

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

border-color css

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

 span { border-color: rgb(234,166,229); }

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