Html Css Color HEX #E894DE Plum

📋 copy color: '#E894DE'

red 232 ◦ green 148 ◦ blue 222

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

Shades of Plum #E894DE

Tints of Plum #E894DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.58%

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 38.54%
G = 24.58%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E894DE (or 0xE894DE) is known color: Plum. HEX triplet: E8, 94 and DE. RGB value is (232,148,222). Sum of RGB (Red+Green+Blue) = 232+148+222=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E894DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894DE is #176B21. Grayscale: #B5B5B5. Windows color (decimal): -1534754 or 14587112. OLE color: 14587112.

HSL color Cylindrical-coordinate representation of color #E894DE: hue angle of 307.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894DE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 222 -
CMYK 0 0.36 0.04 0.09
HSL 307.14º 0.65% 0.75% -
HSV(B) 307.14º 0.36% 0.91% -
XYZ 57.05 43.61 74.52 -
YUV 181.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 232 148 222 0 0.36 0.04 0.09 307.14 0.65 0.75
Hex E8 94 DE 0 24 4 9 133 41 4B
Octal 350 224 336 0 44 4 11 463 101 113
Binary 11101000 10010100 11011110 0 100100 100 1001 100110011 1000001 1001011

Color Harmonies of #E894DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E894DE

Black with #E894DE

Text Example


Text Example

White with #E894DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E894DE; }

 p { color: rgb(232,148,222); }

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

background-color css

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

 a { background-color: rgb(232,148,222); }

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

border-color css

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

 span { border-color: rgb(232,148,222); }

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