Html Css Color HEX #E89FEA Plum

📋 copy color: '#E89FEA'

red 232 ◦ green 159 ◦ blue 234

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

Shades of Plum #E89FEA

Tints of Plum #E89FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.44%

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

R = 37.12%
G = 25.44%
B = 37.44%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E89FEA (or 0xE89FEA) is known color: Plum. HEX triplet: E8, 9F and EA. RGB value is (232,159,234). Sum of RGB (Red+Green+Blue) = 232+159+234=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E89FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FEA is #176015. Grayscale: #BDBDBD. Windows color (decimal): -1531926 or 15376360. OLE color: 15376360.

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

Color convert

RGB 232 159 234 -
CMYK 0.01 0.32 0 0.08
HSL 298.4º 0.64% 0.77% -
HSV(B) 298.4º 0.32% 0.92% -
XYZ 60.53 47.89 83.9 -
YUV 189.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 232 159 234 0.01 0.32 0 0.08 298.4 0.64 0.77
Hex E8 9F EA 1 20 0 8 12A 40 4D
Octal 350 237 352 1 40 0 10 452 100 115
Binary 11101000 10011111 11101010 1 100000 0 1000 100101010 1000000 1001101

Color Harmonies of #E89FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89FEA

Black with #E89FEA

Text Example


Text Example

White with #E89FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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