Html Css Color HEX #EAA8E7 Plum

📋 copy color: '#EAA8E7'

red 234 ◦ green 168 ◦ blue 231

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

Shades of Plum #EAA8E7

Tints of Plum #EAA8E7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.54%

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 36.97%
G = 26.54%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAA8E7 (or 0xEAA8E7) is known color: Plum. HEX triplet: EA, A8 and E7. RGB value is (234,168,231). Sum of RGB (Red+Green+Blue) = 234+168+231=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8E7 is #155718. Grayscale: #C2C2C2. Windows color (decimal): -1398553 or 15182058. OLE color: 15182058.

HSL color Cylindrical-coordinate representation of color #EAA8E7: hue angle of 302.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8E7 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 231 -
CMYK 0 0.28 0.01 0.08
HSL 302.73º 0.61% 0.79% -
HSV(B) 302.73º 0.28% 0.92% -
XYZ 62.36 51.27 82.21 -
YUV 194.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 234 168 231 0 0.28 0.01 0.08 302.73 0.61 0.79
Hex EA A8 E7 0 1C 1 8 12F 3D 4F
Octal 352 250 347 0 34 1 10 457 75 117
Binary 11101010 10101000 11100111 0 11100 1 1000 100101111 111101 1001111

Color Harmonies of #EAA8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA8E7

Black with #EAA8E7

Text Example


Text Example

White with #EAA8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA8E7; }

 p { color: rgb(234,168,231); }

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

background-color css

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

 a { background-color: rgb(234,168,231); }

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

border-color css

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

 span { border-color: rgb(234,168,231); }

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