Html Css Color HEX #E69DDB Plum

📋 copy color: '#E69DDB'

red 230 ◦ green 157 ◦ blue 219

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

Shades of Plum #E69DDB

Tints of Plum #E69DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.91%

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

R = 37.95%
G = 25.91%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E69DDB (or 0xE69DDB) is known color: Plum. HEX triplet: E6, 9D and DB. RGB value is (230,157,219). Sum of RGB (Red+Green+Blue) = 230+157+219=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DDB is #196224. Grayscale: #B9B9B9. Windows color (decimal): -1663525 or 14392806. OLE color: 14392806.

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

Color convert

RGB 230 157 219 -
CMYK 0 0.32 0.05 0.10
HSL 309.04º 0.59% 0.76% -
HSV(B) 309.04º 0.32% 0.9% -
XYZ 57.48 46.05 72.88 -
YUV 185.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 230 157 219 0 0.32 0.05 0.10 309.04 0.59 0.76
Hex E6 9D DB 0 20 5 A 135 3B 4C
Octal 346 235 333 0 40 5 12 465 73 114
Binary 11100110 10011101 11011011 0 100000 101 1010 100110101 111011 1001100

Color Harmonies of #E69DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DDB

Black with #E69DDB

Text Example


Text Example

White with #E69DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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