Html Css Color HEX #E6A3DA Plum

📋 copy color: '#E6A3DA'

red 230 ◦ green 163 ◦ blue 218

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

Shades of Plum #E6A3DA

Tints of Plum #E6A3DA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.68%

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 37.64%
G = 26.68%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6A3DA (or 0xE6A3DA) is known color: Plum. HEX triplet: E6, A3 and DA. RGB value is (230,163,218). Sum of RGB (Red+Green+Blue) = 230+163+218=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A3DA is #195C25. Grayscale: #BDBDBD. Windows color (decimal): -1661990 or 14328806. OLE color: 14328806.

HSL color Cylindrical-coordinate representation of color #E6A3DA: hue angle of 310.75º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A3DA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 218 -
CMYK 0 0.29 0.05 0.10
HSL 310.75º 0.57% 0.77% -
HSV(B) 310.75º 0.29% 0.9% -
XYZ 58.39 48.08 72.53 -
YUV 189.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 230 163 218 0 0.29 0.05 0.10 310.75 0.57 0.77
Hex E6 A3 DA 0 1D 5 A 137 39 4D
Octal 346 243 332 0 35 5 12 467 71 115
Binary 11100110 10100011 11011010 0 11101 101 1010 100110111 111001 1001101

Color Harmonies of #E6A3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A3DA

Black with #E6A3DA

Text Example


Text Example

White with #E6A3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A3DA; }

 p { color: rgb(230,163,218); }

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

background-color css

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

 a { background-color: rgb(230,163,218); }

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

border-color css

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

 span { border-color: rgb(230,163,218); }

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