Html Css Color HEX #E089DB Plum

📋 copy color: '#E089DB'

red 224 ◦ green 137 ◦ blue 219

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

Shades of Plum #E089DB

Tints of Plum #E089DB

RGB

 RED value IS 224 (87.89% from 255) = 38.62%

 GREEN value IS 137 (53.91% from 255) = 23.62%

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

R = 38.62%
G = 23.62%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E089DB (or 0xE089DB) is known color: Plum. HEX triplet: E0, 89 and DB. RGB value is (224,137,219). Sum of RGB (Red+Green+Blue) = 224+137+219=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E089DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089DB is #1F7624. Grayscale: #ACACAC. Windows color (decimal): -2061861 or 14387680. OLE color: 14387680.

HSL color Cylindrical-coordinate representation of color #E089DB: hue angle of 303.45º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E089DB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 219 -
CMYK 0 0.39 0.02 0.12
HSL 303.45º 0.58% 0.71% -
HSV(B) 303.45º 0.39% 0.88% -
XYZ 52.47 38.85 71.75 -
YUV 172.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 224 137 219 0 0.39 0.02 0.12 303.45 0.58 0.71
Hex E0 89 DB 0 27 2 C 12F 3A 47
Octal 340 211 333 0 47 2 14 457 72 107
Binary 11100000 10001001 11011011 0 100111 10 1100 100101111 111010 1000111

Color Harmonies of #E089DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089DB

Black with #E089DB

Text Example


Text Example

White with #E089DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089DB; }

 p { color: rgb(224,137,219); }

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

background-color css

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

 a { background-color: rgb(224,137,219); }

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

border-color css

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

 span { border-color: rgb(224,137,219); }

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