Html Css Color HEX #E9ACEA Plum

📋 copy color: '#E9ACEA'

red 233 ◦ green 172 ◦ blue 234

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

Shades of Plum #E9ACEA

Tints of Plum #E9ACEA

RGB

 RED value IS 233 (91.41% from 255) = 36.46%

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

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

R = 36.46%
G = 26.92%
B = 36.62%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9ACEA (or 0xE9ACEA) is known color: Plum. HEX triplet: E9, AC and EA. RGB value is (233,172,234). Sum of RGB (Red+Green+Blue) = 233+172+234=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACEA is #165315. Grayscale: #C5C5C5. Windows color (decimal): -1463062 or 15379689. OLE color: 15379689.

HSL color Cylindrical-coordinate representation of color #E9ACEA: hue angle of 299.03º 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 #E9ACEA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 172 234 -
CMYK 0.00 0.26 0 0.08
HSL 299.03º 0.6% 0.8% -
HSV(B) 299.03º 0.26% 0.92% -
XYZ 63.21 52.77 84.7 -
YUV 197.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 233 172 234 0.00 0.26 0 0.08 299.03 0.6 0.8
Hex E9 AC EA 0 1A 0 8 12B 3C 50
Octal 351 254 352 0 32 0 10 453 74 120
Binary 11101001 10101100 11101010 0 11010 0 1000 100101011 111100 1010000

Color Harmonies of #E9ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ACEA

Black with #E9ACEA

Text Example


Text Example

White with #E9ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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