Html Css Color HEX #E6A0DB Plum

📋 copy color: '#E6A0DB'

red 230 ◦ green 160 ◦ blue 219

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

Shades of Plum #E6A0DB

Tints of Plum #E6A0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 37.77%
G = 26.27%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6A0DB (or 0xE6A0DB) is known color: Plum. HEX triplet: E6, A0 and DB. RGB value is (230,160,219). Sum of RGB (Red+Green+Blue) = 230+160+219=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0DB is #195F24. Grayscale: #BBBBBB. Windows color (decimal): -1662757 or 14393574. OLE color: 14393574.

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

Color convert

RGB 230 160 219 -
CMYK 0 0.30 0.05 0.10
HSL 309.43º 0.58% 0.76% -
HSV(B) 309.43º 0.3% 0.9% -
XYZ 57.99 47.08 73.05 -
YUV 187.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 230 160 219 0 0.30 0.05 0.10 309.43 0.58 0.76
Hex E6 A0 DB 0 1E 5 A 135 3A 4C
Octal 346 240 333 0 36 5 12 465 72 114
Binary 11100110 10100000 11011011 0 11110 101 1010 100110101 111010 1001100

Color Harmonies of #E6A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A0DB

Black with #E6A0DB

Text Example


Text Example

White with #E6A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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