Html Css Color HEX #E89BEA Plum

📋 copy color: '#E89BEA'

red 232 ◦ green 155 ◦ blue 234

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

Shades of Plum #E89BEA

Tints of Plum #E89BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.96%

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

R = 37.36%
G = 24.96%
B = 37.68%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E89BEA (or 0xE89BEA) is known color: Plum. HEX triplet: E8, 9B and EA. RGB value is (232,155,234). Sum of RGB (Red+Green+Blue) = 232+155+234=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #E89BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BEA is #176415. Grayscale: #BABABA. Windows color (decimal): -1532950 or 15375336. OLE color: 15375336.

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

Color convert

RGB 232 155 234 -
CMYK 0.01 0.34 0 0.08
HSL 298.48º 0.65% 0.76% -
HSV(B) 298.48º 0.34% 0.92% -
XYZ 59.85 46.54 83.67 -
YUV 187.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 232 155 234 0.01 0.34 0 0.08 298.48 0.65 0.76
Hex E8 9B EA 1 22 0 8 12A 41 4C
Octal 350 233 352 1 42 0 10 452 101 114
Binary 11101000 10011011 11101010 1 100010 0 1000 100101010 1000001 1001100

Color Harmonies of #E89BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89BEA

Black with #E89BEA

Text Example


Text Example

White with #E89BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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