Html Css Color HEX #E68DDB Plum

📋 copy color: '#E68DDB'

red 230 ◦ green 141 ◦ blue 219

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

Shades of Plum #E68DDB

Tints of Plum #E68DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.9%

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

R = 38.98%
G = 23.9%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E68DDB (or 0xE68DDB) is known color: Plum. HEX triplet: E6, 8D and DB. RGB value is (230,141,219). Sum of RGB (Red+Green+Blue) = 230+141+219=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDB is #197224. Grayscale: #B0B0B0. Windows color (decimal): -1667621 or 14388710. OLE color: 14388710.

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

Color convert

RGB 230 141 219 -
CMYK 0 0.39 0.05 0.10
HSL 307.42º 0.64% 0.73% -
HSV(B) 307.42º 0.39% 0.9% -
XYZ 54.94 40.99 72.03 -
YUV 176.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 230 141 219 0 0.39 0.05 0.10 307.42 0.64 0.73
Hex E6 8D DB 0 27 5 A 133 40 49
Octal 346 215 333 0 47 5 12 463 100 111
Binary 11100110 10001101 11011011 0 100111 101 1010 100110011 1000000 1001001

Color Harmonies of #E68DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68DDB

Black with #E68DDB

Text Example


Text Example

White with #E68DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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