Html Css Color HEX #E89EDD Plum

📋 copy color: '#E89EDD'

red 232 ◦ green 158 ◦ blue 221

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

Shades of Plum #E89EDD

Tints of Plum #E89EDD

RGB

 RED value IS 232 (91.02% from 255) = 37.97%

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 37.97%
G = 25.86%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E89EDD (or 0xE89EDD) is known color: Plum. HEX triplet: E8, 9E and DD. RGB value is (232,158,221). Sum of RGB (Red+Green+Blue) = 232+158+221=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDD is #176122. Grayscale: #BBBBBB. Windows color (decimal): -1532195 or 14524136. OLE color: 14524136.

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

Color convert

RGB 232 158 221 -
CMYK 0 0.32 0.05 0.09
HSL 308.92º 0.62% 0.76% -
HSV(B) 308.92º 0.32% 0.91% -
XYZ 58.56 46.83 74.36 -
YUV 187.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 232 158 221 0 0.32 0.05 0.09 308.92 0.62 0.76
Hex E8 9E DD 0 20 5 9 135 3E 4C
Octal 350 236 335 0 40 5 11 465 76 114
Binary 11101000 10011110 11011101 0 100000 101 1001 100110101 111110 1001100

Color Harmonies of #E89EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89EDD

Black with #E89EDD

Text Example


Text Example

White with #E89EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89EDD; }

 p { color: rgb(232,158,221); }

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

background-color css

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

 a { background-color: rgb(232,158,221); }

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

border-color css

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

 span { border-color: rgb(232,158,221); }

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