Html Css Color HEX #E69EDB Plum

📋 copy color: '#E69EDB'

red 230 ◦ green 158 ◦ blue 219

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

Shades of Plum #E69EDB

Tints of Plum #E69EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.03%

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

R = 37.89%
G = 26.03%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E69EDB (or 0xE69EDB) is known color: Plum. HEX triplet: E6, 9E and DB. RGB value is (230,158,219). Sum of RGB (Red+Green+Blue) = 230+158+219=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDB is #196124. Grayscale: #BABABA. Windows color (decimal): -1663269 or 14393062. OLE color: 14393062.

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

Color convert

RGB 230 158 219 -
CMYK 0 0.31 0.05 0.10
HSL 309.17º 0.59% 0.76% -
HSV(B) 309.17º 0.31% 0.9% -
XYZ 57.65 46.39 72.93 -
YUV 186.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 230 158 219 0 0.31 0.05 0.10 309.17 0.59 0.76
Hex E6 9E DB 0 1F 5 A 135 3B 4C
Octal 346 236 333 0 37 5 12 465 73 114
Binary 11100110 10011110 11011011 0 11111 101 1010 100110101 111011 1001100

Color Harmonies of #E69EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EDB

Black with #E69EDB

Text Example


Text Example

White with #E69EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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