Html Css Color HEX #E8ACED Plum

📋 copy color: '#E8ACED'

red 232 ◦ green 172 ◦ blue 237

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

Shades of Plum #E8ACED

Tints of Plum #E8ACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.83%

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

R = 36.19%
G = 26.83%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8ACED (or 0xE8ACED) is known color: Plum. HEX triplet: E8, AC and ED. RGB value is (232,172,237). Sum of RGB (Red+Green+Blue) = 232+172+237=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8ACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACED is #175312. Grayscale: #C5C5C5. Windows color (decimal): -1528595 or 15576296. OLE color: 15576296.

HSL color Cylindrical-coordinate representation of color #E8ACED: hue angle of 295.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8ACED is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 172 237 -
CMYK 0.02 0.27 0 0.07
HSL 295.38º 0.64% 0.8% -
HSV(B) 295.38º 0.27% 0.93% -
XYZ 63.32 52.78 86.97 -
YUV 197.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 232 172 237 0.02 0.27 0 0.07 295.38 0.64 0.8
Hex E8 AC ED 2 1B 0 7 127 40 50
Octal 350 254 355 2 33 0 7 447 100 120
Binary 11101000 10101100 11101101 10 11011 0 111 100100111 1000000 1010000

Color Harmonies of #E8ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ACED

Black with #E8ACED

Text Example


Text Example

White with #E8ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ACED; }

 p { color: rgb(232,172,237); }

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

background-color css

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

 a { background-color: rgb(232,172,237); }

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

border-color css

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

 span { border-color: rgb(232,172,237); }

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