Html Css Color HEX #E8ACEB Plum

📋 copy color: '#E8ACEB'

red 232 ◦ green 172 ◦ blue 235

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

Shades of Plum #E8ACEB

Tints of Plum #E8ACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 36.31%
G = 26.92%
B = 36.78%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8ACEB (or 0xE8ACEB) is known color: Plum. HEX triplet: E8, AC and EB. RGB value is (232,172,235). Sum of RGB (Red+Green+Blue) = 232+172+235=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACEB is #175314. Grayscale: #C4C4C4. Windows color (decimal): -1528597 or 15445224. OLE color: 15445224.

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

Color convert

RGB 232 172 235 -
CMYK 0.01 0.27 0 0.08
HSL 297.14º 0.61% 0.8% -
HSV(B) 297.14º 0.27% 0.92% -
XYZ 63.03 52.66 85.44 -
YUV 197.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 232 172 235 0.01 0.27 0 0.08 297.14 0.61 0.8
Hex E8 AC EB 1 1B 0 8 129 3D 50
Octal 350 254 353 1 33 0 10 451 75 120
Binary 11101000 10101100 11101011 1 11011 0 1000 100101001 111101 1010000

Color Harmonies of #E8ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ACEB

Black with #E8ACEB

Text Example


Text Example

White with #E8ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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