Html Css Color HEX #E5ACEA Plum

📋 copy color: '#E5ACEA'

red 229 ◦ green 172 ◦ blue 234

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

Shades of Plum #E5ACEA

Tints of Plum #E5ACEA

RGB

 RED value IS 229 (89.84% from 255) = 36.06%

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

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

R = 36.06%
G = 27.09%
B = 36.85%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5ACEA (or 0xE5ACEA) is known color: Plum. HEX triplet: E5, AC and EA. RGB value is (229,172,234). Sum of RGB (Red+Green+Blue) = 229+172+234=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACEA is #1A5315. Grayscale: #C3C3C3. Windows color (decimal): -1725206 or 15379685. OLE color: 15379685.

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

Color convert

RGB 229 172 234 -
CMYK 0.02 0.26 0 0.08
HSL 295.16º 0.6% 0.8% -
HSV(B) 295.16º 0.26% 0.92% -
XYZ 61.92 52.1 84.64 -
YUV 196.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 229 172 234 0.02 0.26 0 0.08 295.16 0.6 0.8
Hex E5 AC EA 2 1A 0 8 127 3C 50
Octal 345 254 352 2 32 0 10 447 74 120
Binary 11100101 10101100 11101010 10 11010 0 1000 100100111 111100 1010000

Color Harmonies of #E5ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ACEA

Black with #E5ACEA

Text Example


Text Example

White with #E5ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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