Html Css Color HEX #E69BDB Plum

📋 copy color: '#E69BDB'

red 230 ◦ green 155 ◦ blue 219

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

Shades of Plum #E69BDB

Tints of Plum #E69BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

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

R = 38.08%
G = 25.66%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E69BDB (or 0xE69BDB) is known color: Plum. HEX triplet: E6, 9B and DB. RGB value is (230,155,219). Sum of RGB (Red+Green+Blue) = 230+155+219=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDB is #196424. Grayscale: #B8B8B8. Windows color (decimal): -1664037 or 14392294. OLE color: 14392294.

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

Color convert

RGB 230 155 219 -
CMYK 0 0.33 0.05 0.10
HSL 308.8º 0.6% 0.75% -
HSV(B) 308.8º 0.33% 0.9% -
XYZ 57.14 45.38 72.77 -
YUV 184.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 230 155 219 0 0.33 0.05 0.10 308.8 0.6 0.75
Hex E6 9B DB 0 21 5 A 135 3C 4B
Octal 346 233 333 0 41 5 12 465 74 113
Binary 11100110 10011011 11011011 0 100001 101 1010 100110101 111100 1001011

Color Harmonies of #E69BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BDB

Black with #E69BDB

Text Example


Text Example

White with #E69BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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