Html Css Color HEX #E89DF2 Plum

📋 copy color: '#E89DF2'

red 232 ◦ green 157 ◦ blue 242

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

Shades of Plum #E89DF2

Tints of Plum #E89DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 36.77%
G = 24.88%
B = 38.35%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E89DF2 (or 0xE89DF2) is known color: Plum. HEX triplet: E8, 9D and F2. RGB value is (232,157,242). Sum of RGB (Red+Green+Blue) = 232+157+242=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #E89DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DF2 is #17620D. Grayscale: #BCBCBC. Windows color (decimal): -1532430 or 15900136. OLE color: 15900136.

HSL color Cylindrical-coordinate representation of color #E89DF2: hue angle of 292.94º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89DF2 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 157 242 -
CMYK 0.04 0.35 0 0.05
HSL 292.94º 0.77% 0.78% -
HSV(B) 292.94º 0.35% 0.95% -
XYZ 61.36 47.68 89.97 -
YUV 189.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 232 157 242 0.04 0.35 0 0.05 292.94 0.77 0.78
Hex E8 9D F2 4 23 0 5 125 4D 4E
Octal 350 235 362 4 43 0 5 445 115 116
Binary 11101000 10011101 11110010 100 100011 0 101 100100101 1001101 1001110

Color Harmonies of #E89DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89DF2

Black with #E89DF2

Text Example


Text Example

White with #E89DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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