Html Css Color HEX #E6ACEA Plum

📋 copy color: '#E6ACEA'

red 230 ◦ green 172 ◦ blue 234

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

Shades of Plum #E6ACEA

Tints of Plum #E6ACEA

RGB

 RED value IS 230 (90.23% from 255) = 36.16%

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

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

R = 36.16%
G = 27.04%
B = 36.79%

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

#E6ACEA (or 0xE6ACEA) is known color: Plum. HEX triplet: E6, AC and EA. RGB value is (230,172,234). Sum of RGB (Red+Green+Blue) = 230+172+234=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACEA is #195315. Grayscale: #C4C4C4. Windows color (decimal): -1659670 or 15379686. OLE color: 15379686.

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

Color convert

RGB 230 172 234 -
CMYK 0.02 0.26 0 0.08
HSL 296.13º 0.6% 0.8% -
HSV(B) 296.13º 0.26% 0.92% -
XYZ 62.24 52.27 84.65 -
YUV 196.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 230 172 234 0.02 0.26 0 0.08 296.13 0.6 0.8
Hex E6 AC EA 2 1A 0 8 128 3C 50
Octal 346 254 352 2 32 0 10 450 74 120
Binary 11100110 10101100 11101010 10 11010 0 1000 100101000 111100 1010000

Color Harmonies of #E6ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACEA

Black with #E6ACEA

Text Example


Text Example

White with #E6ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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