Html Css Color HEX #E8ACEA Plum

📋 copy color: '#E8ACEA'

red 232 ◦ green 172 ◦ blue 234

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

Shades of Plum #E8ACEA

Tints of Plum #E8ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 36.36%
G = 26.96%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8ACEA (or 0xE8ACEA) is known color: Plum. HEX triplet: E8, AC and EA. RGB value is (232,172,234). Sum of RGB (Red+Green+Blue) = 232+172+234=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACEA is #175315. Grayscale: #C4C4C4. Windows color (decimal): -1528598 or 15379688. OLE color: 15379688.

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

Color convert

RGB 232 172 234 -
CMYK 0.01 0.26 0 0.08
HSL 298.06º 0.6% 0.8% -
HSV(B) 298.06º 0.26% 0.92% -
XYZ 62.88 52.6 84.68 -
YUV 197.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 232 172 234 0.01 0.26 0 0.08 298.06 0.6 0.8
Hex E8 AC EA 1 1A 0 8 12A 3C 50
Octal 350 254 352 1 32 0 10 452 74 120
Binary 11101000 10101100 11101010 1 11010 0 1000 100101010 111100 1010000

Color Harmonies of #E8ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ACEA

Black with #E8ACEA

Text Example


Text Example

White with #E8ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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