Html Css Color HEX #E8A4DE Plum

📋 copy color: '#E8A4DE'

red 232 ◦ green 164 ◦ blue 222

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

Shades of Plum #E8A4DE

Tints of Plum #E8A4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.54%

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 37.54%
G = 26.54%
B = 35.92%

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

#E8A4DE (or 0xE8A4DE) is known color: Plum. HEX triplet: E8, A4 and DE. RGB value is (232,164,222). Sum of RGB (Red+Green+Blue) = 232+164+222=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4DE is #175B21. Grayscale: #BEBEBE. Windows color (decimal): -1530658 or 14591208. OLE color: 14591208.

HSL color Cylindrical-coordinate representation of color #E8A4DE: hue angle of 308.82º degrees, saturation: 0.6, 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 #E8A4DE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 164 222 -
CMYK 0 0.29 0.04 0.09
HSL 308.82º 0.6% 0.78% -
HSV(B) 308.82º 0.29% 0.91% -
XYZ 59.74 48.98 75.41 -
YUV 190.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 232 164 222 0 0.29 0.04 0.09 308.82 0.6 0.78
Hex E8 A4 DE 0 1D 4 9 135 3C 4E
Octal 350 244 336 0 35 4 11 465 74 116
Binary 11101000 10100100 11011110 0 11101 100 1001 100110101 111100 1001110

Color Harmonies of #E8A4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A4DE

Black with #E8A4DE

Text Example


Text Example

White with #E8A4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A4DE; }

 p { color: rgb(232,164,222); }

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

background-color css

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

 a { background-color: rgb(232,164,222); }

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

border-color css

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

 span { border-color: rgb(232,164,222); }

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