Html Css Color HEX #E6A0DF Plum

📋 copy color: '#E6A0DF'

red 230 ◦ green 160 ◦ blue 223

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

Shades of Plum #E6A0DF

Tints of Plum #E6A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.1%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 37.52%
G = 26.1%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6A0DF (or 0xE6A0DF) is known color: Plum. HEX triplet: E6, A0 and DF. RGB value is (230,160,223). Sum of RGB (Red+Green+Blue) = 230+160+223=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0DF is #195F20. Grayscale: #BBBBBB. Windows color (decimal): -1662753 or 14655718. OLE color: 14655718.

HSL color Cylindrical-coordinate representation of color #E6A0DF: hue angle of 306º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A0DF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 223 -
CMYK 0 0.30 0.03 0.10
HSL 306º 0.58% 0.76% -
HSV(B) 306º 0.3% 0.9% -
XYZ 58.52 47.29 75.86 -
YUV 188.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 230 160 223 0 0.30 0.03 0.10 306 0.58 0.76
Hex E6 A0 DF 0 1E 3 A 132 3A 4C
Octal 346 240 337 0 36 3 12 462 72 114
Binary 11100110 10100000 11011111 0 11110 11 1010 100110010 111010 1001100

Color Harmonies of #E6A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A0DF

Black with #E6A0DF

Text Example


Text Example

White with #E6A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A0DF; }

 p { color: rgb(230,160,223); }

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

background-color css

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

 a { background-color: rgb(230,160,223); }

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

border-color css

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

 span { border-color: rgb(230,160,223); }

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