Html Css Color HEX #E69CDB Plum

📋 copy color: '#E69CDB'

red 230 ◦ green 156 ◦ blue 219

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

Shades of Plum #E69CDB

Tints of Plum #E69CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.79%

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

R = 38.02%
G = 25.79%
B = 36.2%

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

#E69CDB (or 0xE69CDB) is known color: Plum. HEX triplet: E6, 9C and DB. RGB value is (230,156,219). Sum of RGB (Red+Green+Blue) = 230+156+219=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDB is #196324. Grayscale: #B9B9B9. Windows color (decimal): -1663781 or 14392550. OLE color: 14392550.

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

Color convert

RGB 230 156 219 -
CMYK 0 0.32 0.05 0.10
HSL 308.92º 0.6% 0.76% -
HSV(B) 308.92º 0.32% 0.9% -
XYZ 57.31 45.71 72.82 -
YUV 185.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 230 156 219 0 0.32 0.05 0.10 308.92 0.6 0.76
Hex E6 9C DB 0 20 5 A 135 3C 4C
Octal 346 234 333 0 40 5 12 465 74 114
Binary 11100110 10011100 11011011 0 100000 101 1010 100110101 111100 1001100

Color Harmonies of #E69CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CDB

Black with #E69CDB

Text Example


Text Example

White with #E69CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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