Html Css Color HEX #E89DEA Plum

📋 copy color: '#E89DEA'

red 232 ◦ green 157 ◦ blue 234

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

Shades of Plum #E89DEA

Tints of Plum #E89DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 37.24%
G = 25.2%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E89DEA (or 0xE89DEA) is known color: Plum. HEX triplet: E8, 9D and EA. RGB value is (232,157,234). Sum of RGB (Red+Green+Blue) = 232+157+234=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #E89DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DEA is #176215. Grayscale: #BBBBBB. Windows color (decimal): -1532438 or 15375848. OLE color: 15375848.

HSL color Cylindrical-coordinate representation of color #E89DEA: hue angle of 298.44º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89DEA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 157 234 -
CMYK 0.01 0.33 0 0.08
HSL 298.44º 0.65% 0.77% -
HSV(B) 298.44º 0.33% 0.92% -
XYZ 60.19 47.21 83.78 -
YUV 188.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 232 157 234 0.01 0.33 0 0.08 298.44 0.65 0.77
Hex E8 9D EA 1 21 0 8 12A 41 4D
Octal 350 235 352 1 41 0 10 452 101 115
Binary 11101000 10011101 11101010 1 100001 0 1000 100101010 1000001 1001101

Color Harmonies of #E89DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89DEA

Black with #E89DEA

Text Example


Text Example

White with #E89DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89DEA; }

 p { color: rgb(232,157,234); }

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

background-color css

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

 a { background-color: rgb(232,157,234); }

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

border-color css

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

 span { border-color: rgb(232,157,234); }

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