Html Css Color HEX #E6A3E1 Plum

📋 copy color: '#E6A3E1'

red 230 ◦ green 163 ◦ blue 225

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

Shades of Plum #E6A3E1

Tints of Plum #E6A3E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 37.22%
G = 26.38%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E6A3E1 (or 0xE6A3E1) is known color: Plum. HEX triplet: E6, A3 and E1. RGB value is (230,163,225). Sum of RGB (Red+Green+Blue) = 230+163+225=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A3E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A3E1 is #195C1E. Grayscale: #BDBDBD. Windows color (decimal): -1661983 or 14787558. OLE color: 14787558.

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

Color convert

RGB 230 163 225 -
CMYK 0 0.29 0.02 0.10
HSL 304.48º 0.57% 0.77% -
HSV(B) 304.48º 0.29% 0.9% -
XYZ 59.32 48.45 77.46 -
YUV 190.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 230 163 225 0 0.29 0.02 0.10 304.48 0.57 0.77
Hex E6 A3 E1 0 1D 2 A 130 39 4D
Octal 346 243 341 0 35 2 12 460 71 115
Binary 11100110 10100011 11100001 0 11101 10 1010 100110000 111001 1001101

Color Harmonies of #E6A3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A3E1

Black with #E6A3E1

Text Example


Text Example

White with #E6A3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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