Html Css Color HEX #E8A9E4 Plum

📋 copy color: '#E8A9E4'

red 232 ◦ green 169 ◦ blue 228

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

Shades of Plum #E8A9E4

Tints of Plum #E8A9E4

RGB

 RED value IS 232 (91.02% from 255) = 36.88%

 GREEN value IS 169 (66.41% from 255) = 26.87%

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 36.88%
G = 26.87%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E8A9E4 (or 0xE8A9E4) is known color: Plum. HEX triplet: E8, A9 and E4. RGB value is (232,169,228). Sum of RGB (Red+Green+Blue) = 232+169+228=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A9E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A9E4 is #17561B. Grayscale: #C2C2C2. Windows color (decimal): -1529372 or 14985704. OLE color: 14985704.

HSL color Cylindrical-coordinate representation of color #E8A9E4: hue angle of 303.81º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8A9E4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 169 228 -
CMYK 0 0.27 0.02 0.09
HSL 303.81º 0.58% 0.79% -
HSV(B) 303.81º 0.27% 0.91% -
XYZ 61.47 51.13 80.03 -
YUV 194.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 232 169 228 0 0.27 0.02 0.09 303.81 0.58 0.79
Hex E8 A9 E4 0 1B 2 9 130 3A 4F
Octal 350 251 344 0 33 2 11 460 72 117
Binary 11101000 10101001 11100100 0 11011 10 1001 100110000 111010 1001111

Color Harmonies of #E8A9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A9E4

Black with #E8A9E4

Text Example


Text Example

White with #E8A9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A9E4; }

 p { color: rgb(232,169,228); }

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

background-color css

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

 a { background-color: rgb(232,169,228); }

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

border-color css

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

 span { border-color: rgb(232,169,228); }

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