Html Css Color HEX #EAA7ED Plum

📋 copy color: '#EAA7ED'

red 234 ◦ green 167 ◦ blue 237

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

Shades of Plum #EAA7ED

Tints of Plum #EAA7ED

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.18%

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 36.68%
G = 26.18%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAA7ED (or 0xEAA7ED) is known color: Plum. HEX triplet: EA, A7 and ED. RGB value is (234,167,237). Sum of RGB (Red+Green+Blue) = 234+167+237=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7ED is #155812. Grayscale: #C2C2C2. Windows color (decimal): -1398803 or 15575018. OLE color: 15575018.

HSL color Cylindrical-coordinate representation of color #EAA7ED: hue angle of 297.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA7ED is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 167 237 -
CMYK 0.01 0.30 0 0.07
HSL 297.43º 0.66% 0.79% -
HSV(B) 297.43º 0.3% 0.93% -
XYZ 63.04 51.24 86.69 -
YUV 195.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 234 167 237 0.01 0.30 0 0.07 297.43 0.66 0.79
Hex EA A7 ED 1 1E 0 7 129 42 4F
Octal 352 247 355 1 36 0 7 451 102 117
Binary 11101010 10100111 11101101 1 11110 0 111 100101001 1000010 1001111

Color Harmonies of #EAA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7ED

Black with #EAA7ED

Text Example


Text Example

White with #EAA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7ED; }

 p { color: rgb(234,167,237); }

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

background-color css

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

 a { background-color: rgb(234,167,237); }

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

border-color css

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

 span { border-color: rgb(234,167,237); }

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