Html Css Color HEX #E8A5DF Plum

📋 copy color: '#E8A5DF'

red 232 ◦ green 165 ◦ blue 223

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

Shades of Plum #E8A5DF

Tints of Plum #E8A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.61%

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 37.42%
G = 26.61%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E8A5DF (or 0xE8A5DF) is known color: Plum. HEX triplet: E8, A5 and DF. RGB value is (232,165,223). Sum of RGB (Red+Green+Blue) = 232+165+223=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5DF is #175A20. Grayscale: #BFBFBF. Windows color (decimal): -1530401 or 14657000. OLE color: 14657000.

HSL color Cylindrical-coordinate representation of color #E8A5DF: hue angle of 308.06º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A5DF is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 165 223 -
CMYK 0 0.29 0.04 0.09
HSL 308.06º 0.59% 0.78% -
HSV(B) 308.06º 0.29% 0.91% -
XYZ 60.05 49.39 76.18 -
YUV 191.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 232 165 223 0 0.29 0.04 0.09 308.06 0.59 0.78
Hex E8 A5 DF 0 1D 4 9 134 3B 4E
Octal 350 245 337 0 35 4 11 464 73 116
Binary 11101000 10100101 11011111 0 11101 100 1001 100110100 111011 1001110

Color Harmonies of #E8A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A5DF

Black with #E8A5DF

Text Example


Text Example

White with #E8A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A5DF; }

 p { color: rgb(232,165,223); }

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

background-color css

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

 a { background-color: rgb(232,165,223); }

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

border-color css

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

 span { border-color: rgb(232,165,223); }

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