Html Css Color HEX #E6ACE3 Plum

📋 copy color: '#E6ACE3'

red 230 ◦ green 172 ◦ blue 227

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

Shades of Plum #E6ACE3

Tints of Plum #E6ACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.09%

R = 36.57%
G = 27.34%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E6ACE3 (or 0xE6ACE3) is known color: Plum. HEX triplet: E6, AC and E3. RGB value is (230,172,227). Sum of RGB (Red+Green+Blue) = 230+172+227=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACE3 is #19531C. Grayscale: #C3C3C3. Windows color (decimal): -1659677 or 14920934. OLE color: 14920934.

HSL color Cylindrical-coordinate representation of color #E6ACE3: hue angle of 303.1º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACE3 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 172 227 -
CMYK 0 0.25 0.01 0.10
HSL 303.1º 0.54% 0.79% -
HSV(B) 303.1º 0.25% 0.9% -
XYZ 61.25 51.87 79.46 -
YUV 195.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 230 172 227 0 0.25 0.01 0.10 303.1 0.54 0.79
Hex E6 AC E3 0 19 1 A 12F 36 4F
Octal 346 254 343 0 31 1 12 457 66 117
Binary 11100110 10101100 11100011 0 11001 1 1010 100101111 110110 1001111

Color Harmonies of #E6ACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACE3

Black with #E6ACE3

Text Example


Text Example

White with #E6ACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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